{{ $paragraphs := split .Content "<h2 " }} {{ range $index, $p := $paragraphs }} {{ $pp := trim $p " \n" }} {{ if (eq $index 0) }} {{ printf "%s\n" $pp ...
確定! 回上一頁