summaryrefslogtreecommitdiff
path: root/templates/pages
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-03-16 23:40:52 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-03-16 23:40:52 +0100
commit667dcbf5d4149e5aae07b855afb60718fafb3ffb (patch)
tree679d58c819e06a0593803e29e8d951ee8b364387 /templates/pages
parent69fa28031dc8e3c73fc6114552c2139e6dac6672 (diff)
downloadweb-667dcbf5d4149e5aae07b855afb60718fafb3ffb.tar.gz
web-667dcbf5d4149e5aae07b855afb60718fafb3ffb.tar.bz2
web-667dcbf5d4149e5aae07b855afb60718fafb3ffb.zip
Add yet another page
Diffstat (limited to 'templates/pages')
-rw-r--r--templates/pages/yap.mako7
1 files changed, 7 insertions, 0 deletions
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>