From 98e83d8ffc9cc31986fb2672140aed005480cddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 27 Jul 2010 01:16:48 +0200 Subject: Add category manipulation support --- templates/pages/cats.mako | 22 ++++++++++++++++++++++ templates/root.mako | 1 + 2 files changed, 23 insertions(+) create mode 100644 templates/pages/cats.mako (limited to 'templates') diff --git a/templates/pages/cats.mako b/templates/pages/cats.mako new file mode 100644 index 0000000..3dbef4c --- /dev/null +++ b/templates/pages/cats.mako @@ -0,0 +1,22 @@ +<%inherit file="/page.mako" /> + +
+ + + +
+ + +<%def name="heading()"> + Categories + + +<%def name="js()"> + ${parent.js()} + + diff --git a/templates/root.mako b/templates/root.mako index e789df5..dce3f81 100644 --- a/templates/root.mako +++ b/templates/root.mako @@ -49,6 +49,7 @@ <%def name="js()"> + <%def name="footer()"> -- cgit v1.2.3