fenom/sandbox/templates/bug241/recursive.tpl

3 lines
64 B
Smarty

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