askama/testing/templates/macro-import-callexpr.html
2025-07-21 16:55:31 +02:00

5 lines
131 B
HTML

{% import "nested-macro-callexpr.html" as otherscope %}
{% macro intermediate() %}
{{- otherscope::parent() -}}
{% endmacro %}