all repos — legit @ 6857a2f002358c47f588c8417482a5afd01725d0

git frontend written in go (my fork)

templates/nav.html (view raw)

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