legit/templates/nav.html

10 lines
111 B
HTML
Raw Normal View History

2022-12-11 05:52:47 +00:00
{{ define "nav" }}
<nav>
<ul>
<li>some
<li>thing
<li>here
</ul>
</nav>
{{ end }}