diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
commit | e9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 (patch) | |
tree | fec1d635625e031cde7cba1b0a1d95ee92ac760b /tmpl/main.tt2 |
Rebase tree.
Diffstat (limited to 'tmpl/main.tt2')
-rw-r--r-- | tmpl/main.tt2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmpl/main.tt2 b/tmpl/main.tt2 new file mode 100644 index 0000000..0b7ca51 --- /dev/null +++ b/tmpl/main.tt2 @@ -0,0 +1,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 %] |