aboutsummaryrefslogtreecommitdiff
path: root/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..d34a836
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,6 @@
+{{define "nav"}}
+<nav>
+ <a href="/admin">Admin</a> |
+ <a href="/createuser">Créer un compte</a>
+</nav>
+{{end}}