mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
6 lines
130 B
HTML
6 lines
130 B
HTML
{% import "macro-recursion-1.html" as next %}
|
|
|
|
{% macro some_macro %}
|
|
{% call next::some_macro %}{% endcall %}
|
|
{% endmacro %}
|