summaryrefslogtreecommitdiff
path: root/templates/page.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-04 16:07:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-04 16:07:19 +0200
commitfc2b648989cd5afaff3c563dea739e90c19be331 (patch)
tree6163e99ad09f42423b0899ce74c1918632efedb1 /templates/page.mako
parent4b4905db5f4123a88dca9f0164a3a35679a9dc13 (diff)
downloadkosten-fc2b648989cd5afaff3c563dea739e90c19be331.tar.gz
kosten-fc2b648989cd5afaff3c563dea739e90c19be331.tar.bz2
kosten-fc2b648989cd5afaff3c563dea739e90c19be331.zip
First working 'Show'
Diffstat (limited to 'templates/page.mako')
-rw-r--r--templates/page.mako9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/page.mako b/templates/page.mako
index cc9911f..8e30cf3 100644
--- a/templates/page.mako
+++ b/templates/page.mako
@@ -1,9 +1,10 @@
-<%!
- title = ""
-%>
<%inherit file="/root.mako" />
## content
-<h1 class="title">${self.attr.title}</h1>
+<h1 class="title">${self.heading()}</h1>
${next.body()}
+
+## functions
+<%def name="heading()">
+</%def>