legit/templates/nav.html

10 lines
111 B
HTML

{{ define "nav" }}
<nav>
<ul>
<li>some
<li>thing
<li>here
</ul>
</nav>
{{ end }}