From 492433abe865220c227e62cf12f3c93856432585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 25 Nov 2009 22:49:43 +0100 Subject: Initial Portato Website --- templates/page.mako | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/page.mako (limited to 'templates/page.mako') diff --git a/templates/page.mako b/templates/page.mako new file mode 100644 index 0000000..4543cc0 --- /dev/null +++ b/templates/page.mako @@ -0,0 +1,14 @@ +<%! + title = "" +%> + +<%inherit file="/root.mako" /> + +

${self.attr.title}

+
+ ${next.body()} +
+ +<%def name="menu_name()"> + ${self.attr.title} + -- cgit v1.2.3