aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/included-macro.html
blob: efbae183d18bf6c03fc1e4ffbba3900ec2bf5008 (plain) (tree)
1
2
3
4
5
6





                      
{% macro m2(name) -%}
    Howdy, {{ name }}!
{%- endmacro -%}

{% call m(name) %}
{% call m2(name2) %}