zola/components/utils/test-templates/macros.html
2017-11-27 18:09:09 +01:00

4 lines
64 B
HTML

{% macro twice(str) %}
{{str}}-{{str}}
{% endmacro twice %}