summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/72615-macro-nested.j2
blob: c47a49922fb2bf129e5a2803d78cd830910adb19 (plain)
1
2
3
4
{% macro print_context_vars_nested(value) %}
foo: {{ foo }}
bar: {{ value }}
{% endmacro %}