fenom/tests/resources/template/child2.tpl

4 lines
61 B
Smarty
Raw Normal View History

2013-02-15 01:49:26 +04:00
{extends "child1.tpl"}
{block blk2}
<b>blk2.{$a}</b>
{/block}