aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/include-macro.html
blob: e29789d10176123b7e55e4a4f110ac8e4cfc5762 (plain) (tree)
1
2
3
4



                                   
{% macro m(name) -%}
    Hello, {{ name }}!
{%- endmacro -%}
{% include "included-macro.html" %}