aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/deep-import-child.html
blob: 268d6d0e9ce5be57f7d11e8f6453239c0879184d (plain) (blame)
1
2
3
4
{%- import "nested-macro.html" as libi -%}
{%- macro parent() -%}
    {% call libi::parent() %}
{%- endmacro -%}