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