diff --git a/sandbox/templates/bug247/base.tpl b/sandbox/templates/bug247/base.tpl new file mode 100644 index 0000000..f7c618a --- /dev/null +++ b/sandbox/templates/bug247/base.tpl @@ -0,0 +1,11 @@ + + + + + + + + +{block 'content'}{/block} + + \ No newline at end of file diff --git a/sandbox/templates/bug247/home.tpl b/sandbox/templates/bug247/home.tpl new file mode 100644 index 0000000..b482960 --- /dev/null +++ b/sandbox/templates/bug247/home.tpl @@ -0,0 +1 @@ +{extends 'bug247/base.tpl'} \ No newline at end of file