fenom/tests/resources/template/child3.tpl
2013-02-07 17:37:16 +04:00

9 lines
113 B
Smarty

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