zola/components/site/test_site/themes/sample/templates/macros.html
2017-08-25 08:38:03 +09:00

4 lines
64 B
HTML

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