mirror of
https://github.com/getzola/zola
synced 2025-01-05 16:38:50 +00:00
4 lines
64 B
HTML
4 lines
64 B
HTML
|
{% macro twice(str) %}
|
||
|
{{str}}-{{str}}
|
||
|
{% endmacro twice %}
|