summaryrefslogtreecommitdiffstats
path: root/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/nav.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..7568f01
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,9 @@
+{{ define "nav" }}
+ <nav>
+ <ul>
+ <li>some
+ <li>thing
+ <li>here
+ </ul>
+ </nav>
+{{ end }}