1
0
mirror of https://github.com/fenom-template/fenom.git synced 2023-08-10 21:13:07 +03:00
fenom/tests/resources/provider/macros.tpl

7 lines
98 B
Smarty
Raw Normal View History

2013-04-04 10:56:44 +04:00
{macro add(a, b)}
a + b = {$a + $b}
{/macro}
{macro rem(a, b)}
a - b = {$a - $b}
{/macro}