From 038fe3bbe38b14c04f669c1de95eac0924fe4696 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Feb 2016 22:05:01 +0100 Subject: Add theme --- themes/oni/base.tmpl | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 themes/oni/base.tmpl (limited to 'themes/oni/base.tmpl') diff --git a/themes/oni/base.tmpl b/themes/oni/base.tmpl new file mode 100644 index 0000000..b3dbf11 --- /dev/null +++ b/themes/oni/base.tmpl @@ -0,0 +1,61 @@ +{namespace coleslaw.theme.oni} +{template base} + {\n} + + + {$config.title} + + + + + + + + {if $injections.head} + {foreach $injection in $injections.head} + {$injection|noAutoescape} + {/foreach} + {/if} + + + + +
+ {$raw|noAutoescape} +
+ + {if $injections.body} + {foreach $injection in $injections.body} + {$injection|noAutoescape} + {/foreach} + {/if} + + + + +{/template} -- cgit v1.2.3-54-g00ecf