all repos — legit @ c165c447685d68c2b0b2293a31937a903394f943

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 }}