askama/testing/templates/include-macro.html
max 5cad82f38e Allow included templates to extend, import, and macro
Signed-off-by: max <gmx.sht@gmail.com>
2024-01-17 17:58:53 +01:00

5 lines
97 B
HTML

{% macro m(name) -%}
Hello, {{ name }}!
{%- endmacro -%}
{% include "included-macro.html" %}