aboutsummaryrefslogtreecommitdiff
path: root/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..3ac7c1e
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,5 @@
+{# included by view and probably others #}
+<div id="nav">
+<a href="{{ settings_url }}">Settings</a>
+<a href="{{ logout_url }}">Logout</a>
+</div>
bgstack15