{% load macros %}{% macro test_macro arg1 arg2 kwarg1="default" %}arg1: {{ arg1 }};arg2: {{ arg2 }};kwarg1: {{ kwarg1 }};{% endmacro %}