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