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

4 lines
61 B
Smarty

{extends "child1.tpl"}
{block blk2}
<b>blk2.{$a}</b>
{/block}