mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
6 lines
104 B
HTML
6 lines
104 B
HTML
{% macro thrice(param) -%}
|
|
{{ param }} {{ param }} {{ param }}
|
|
{%- endmacro %}
|
|
|
|
{%- call thrice(s) %}
|