fenom/tests/resources/template/child1.tpl

4 lines
61 B
Smarty
Raw Normal View History

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