summaryrefslogblamecommitdiffstats
path: root/templates/nav.html
blob: 7568f0124e4941c973b2b280f8f69fec2d96415f (plain) (tree)
1
2
3
4
5
6
7
8
9








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