mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
ad2e7316b1
Add TestCase
9 lines
116 B
Smarty
9 lines
116 B
Smarty
{extends "child2.tpl"}
|
|
|
|
{block blk1}
|
|
<b>blk1.{$a} (overwritten)</b>
|
|
{/block}
|
|
|
|
{block blk3}
|
|
<b>blk3.{$a}</b>
|
|
{/block} |