fenom/docs/tags/import.md
2013-02-23 13:29:20 +04:00

181 B

Tag {import}

Import macro from another template

{import 'math.tpl'}
{import 'math.tpl' as math}
...
{math.plus x=5 y=100}