From 667dcbf5d4149e5aae07b855afb60718fafb3ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 16 Mar 2010 23:40:52 +0100 Subject: Add yet another page --- templates/pages/yap.mako | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/pages/yap.mako (limited to 'templates/pages') 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" /> +

+Bla blubb und so +

-- cgit v1.2.3