diff options
Diffstat (limited to '')
-rw-r--r-- | templates/pages/yap.mako | 7 |
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> |