Tag {import} ============ Import [macro](./macro.md) from another template ```smarty {import 'math.tpl'} ``` ```smarty {import 'math.tpl' as math} ... {math.plus x=5 y=100} ```