fenom/tests/resources/template/child2.tpl

4 lines
61 B
Smarty
Raw Normal View History

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