mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
5 lines
126 B
HTML
5 lines
126 B
HTML
{%- import "nested-macro.html" as libi -%}
|
|
{%- macro parent() -%}
|
|
{% call libi::parent() %}{% endcall %}
|
|
{%- endmacro -%}
|