summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/import_with_context.j2
blob: 104e68b347983a9e12c10a0be3dfcf4fcc3e4525 (plain)
1
2
3
4
{% import 'qux' as qux with context %}
hello world with context
{{ qux.wibble }}
{% include 'bar' %}