aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bench/mako_inheritance/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bench/mako_inheritance/template.html')
-rw-r--r--examples/bench/mako_inheritance/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bench/mako_inheritance/template.html b/examples/bench/mako_inheritance/template.html
index 45a6822..7c53bf1 100644
--- a/examples/bench/mako_inheritance/template.html
+++ b/examples/bench/mako_inheritance/template.html
@@ -3,7 +3,7 @@
${parent.greeting(user)}
${parent.greeting('me')}
${parent.greeting('world')}
-
+
<h2>Loop</h2>
% if list_items:
<ul>