mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
3 lines
64 B
Smarty
3 lines
64 B
Smarty
{if $n < 10}
|
|
{include 'bug241/recursive.tpl' n=$n - 1}
|
|
{/if} |