fenom/tests/resources/template/child3.tpl
bzick ad2e7316b1 Done static inheritance
Add TestCase
2013-02-15 01:49:26 +04:00

9 lines
116 B
Smarty

{extends "child2.tpl"}
{block blk1}
<b>blk1.{$a} (overwritten)</b>
{/block}
{block blk3}
<b>blk3.{$a}</b>
{/block}