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