mirror of
https://github.com/askama-rs/askama.git
synced 2026-05-02 19:14:02 +00:00
5 lines
131 B
HTML
5 lines
131 B
HTML
{% import "nested-macro-callexpr.html" as otherscope %}
|
|
|
|
{% macro intermediate() %}
|
|
{{- otherscope::parent() -}}
|
|
{% endmacro %} |