mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
7 lines
135 B
Smarty
7 lines
135 B
Smarty
{* template:test.tpl *}
|
|
{macro test($break = false)}
|
|
Test macro recursive
|
|
{if $break?}
|
|
{macro.test break = true}
|
|
{/if}
|
|
{/macro} |