Describe the bug
Inserting the caller() block in a macro after making a call says that caller hasn't been defined.
To Reproduce
{% macro button() %}
{% call svg::render() %}{% endcall %}
{{ caller() }}
{% endmacro %}
Askama version
Latest github commit
Rust version
1.87.0
Describe the bug
Inserting the
caller()block in a macro after making a call says thatcallerhasn't been defined.To Reproduce
Askama version
Latest github commit
Rust version
1.87.0