From 514b0b6769ed4e93dae05ce4761c15377904a408 Mon Sep 17 00:00:00 2001 From: bzick Date: Mon, 22 Aug 2016 17:09:02 +0300 Subject: [PATCH] Fix #247 --- sandbox/templates/bug247/base.tpl | 11 +++++++++++ sandbox/templates/bug247/home.tpl | 1 + 2 files changed, 12 insertions(+) create mode 100644 sandbox/templates/bug247/base.tpl create mode 100644 sandbox/templates/bug247/home.tpl 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