summaryrefslogtreecommitdiff
path: root/templates/menu.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.mako')
-rw-r--r--templates/menu.mako7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
new file mode 100644
index 0000000..4d6fff4
--- /dev/null
+++ b/templates/menu.mako
@@ -0,0 +1,7 @@
+<%!
+ menu = [
+ ("/index", "Portato"),
+ ("/download", "Download"),
+ ("/development", "Development")
+ ]
+%>