owl-blogs/embed/user-list.html

9 lines
117 B
HTML

{{range .}}
<ul>
<li>
<a href="{{ .Path }}">
{{ .Name }}
</a>
</li>
</ul>
{{end}}