mirror of
https://github.com/getzola/zola
synced 2024-12-13 22:02:29 +00:00
3 lines
64 B
HTML
3 lines
64 B
HTML
{% macro twice(str) %}
|
|
{{str}}-{{str}}
|
|
{% endmacro twice %}
|