wp-go/app/plugins/devexample/plugintt/a.gohtml
2023-05-06 23:00:43 +08:00

9 lines
114 B
Plaintext

<div>
{{.aa}}
</div>
<div>
{{ range $k,$v := .posts}}
<h2>{{$v.PostTitle}} </h2>
{{end}}
</div>