fenom/sandbox/templates/bug241/recursive.tpl
2016-10-09 23:41:07 +03:00

3 lines
64 B
Smarty

{if $n < 10}
{include 'bug241/recursive.tpl' n=$n - 1}
{/if}