all repos — legit @ ce71721c6dc80db8af63f2098a1548308e2621b2

Unnamed repository; edit this file 'description' to name the repository.

templates/nav.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
{{ define "nav" }}
  <nav>
    <ul>
      <li>some
      <li>thing
      <li>here
    </ul>
  </nav>
{{ end }}