askama/testing/templates/macro-recursion-2.html
Michael Pollind ce73e73720 feat: add caller pattern and adjust syntax to closer match jinja
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00

6 lines
130 B
HTML

{% import "macro-recursion-3.html" as next %}
{% macro some_macro %}
{% call next::some_macro %}{% endcall %}
{% endmacro %}