mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add tag filter. Move benchmark to another project
This commit is contained in:
5
sandbox/templates/macros.tpl
Normal file
5
sandbox/templates/macros.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{macro factorial(num)}
|
||||
{if $num}
|
||||
{$num} {macro.factorial num=$num-1} {$num}
|
||||
{/if}
|
||||
{/macro}
|
||||
Reference in New Issue
Block a user