summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/72262.j2
blob: b72be0d18d513988f32c8390af6f48bc29f04c4a (plain)
1
2
3
{% import '72262-vars.j2' as vars with context %}
{% macro included() %}{% include '72262-included.j2' %}{% endmacro %}
{{ included()|indent }}