all repos — legit @ 6857a2f002358c47f588c8417482a5afd01725d0

web frontend for git

templates/nav.html (view raw)

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