aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin')
-rw-r--r--share/skin/default/layout/layout.tt10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/skin/default/layout/layout.tt b/share/skin/default/layout/layout.tt
index af59032..95cc025 100644
--- a/share/skin/default/layout/layout.tt
+++ b/share/skin/default/layout/layout.tt
@@ -35,16 +35,16 @@
</html>
=for layout main_content
-
- [% content %]
-
+<!-- main content start -->
+[% call_next %]
+<!-- main content end -->
=for layout header
<h1>Component UI Header</h1>
=for layout sidebar
<div class="sidebar">
- [% content %]
+ Nothing to see here. Move along.
</div>
=for layout menu
@@ -53,4 +53,4 @@
<li> <a href="/testmodel/bar">Bar</a> </li>
<li> <a href="/testmodel/baz">Baz</a> </li>
</ul>
-=cut \ No newline at end of file
+=cut