owl-blogs/embed/initial/header.html

5 lines
98 B
HTML

<ul>
{{ range .UserLinks }}
<li><a href="{{.Href}}">{{.Text}}</a></li>
{{ end }}
</ul>