summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/menu.mako3
-rw-r--r--templates/pages/yap.mako7
2 files changed, 9 insertions, 1 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index 4d6fff4..6c08fa0 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -2,6 +2,7 @@
menu = [
("/index", "Portato"),
("/download", "Download"),
- ("/development", "Development")
+ ("/development", "Development"),
+ ("/yap", "YA Page")
]
%>
diff --git a/templates/pages/yap.mako b/templates/pages/yap.mako
new file mode 100644
index 0000000..b10b5b5
--- /dev/null
+++ b/templates/pages/yap.mako
@@ -0,0 +1,7 @@
+<%!
+ title = "Yet another page"
+%>
+<%inherit file="/page.mako" />
+<p>
+Bla blubb und so
+</p>