fenom/tests/resources/template/child3.tpl

9 lines
113 B
Smarty
Raw Normal View History

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