mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
5 lines
97 B
HTML
5 lines
97 B
HTML
{% macro m(name) -%}
|
|
Hello, {{ name }}!
|
|
{%- endmacro -%}
|
|
{% include "included-macro.html" %}
|