zola/components/utils/templates/macros.html
2017-08-25 08:38:03 +09:00

4 lines
64 B
HTML

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