aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/main.tt2
blob: 0b7ca5192778f3d98a566e0e3bbb8f980286c74f (plain)
1
2
3
4
5
6
7
8
9
[% INCLUDE header.tt2 %]
<div id="content">
[% IF is_dir %]
[% INCLUDE content_dir.tt2 context = context, node = node %]
[% ELSE %]
[% file_content %]
[% END %]
</div>
[% INCLUDE footer.tt2 %]