index
:
legit
master
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
templates
/
nav.html
blob: 7568f0124e4941c973b2b280f8f69fec2d96415f (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{{
define
"nav"
}}
<
nav
>
<
ul
>
<
li
>
some
<
li
>
thing
<
li
>
here
</
ul
>
</
nav
>
{{
end
}}