zola/test_site/themes/sample/templates/macros.html
2018-01-29 18:40:12 +01:00

4 lines
64 B
HTML

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