legit/templates/nav.html
Anirudh Oppiliappan 856f66808b
all: init
2022-12-11 11:22:47 +05:30

9 lines
111 B
HTML

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