zola/test_site/themes/sample/templates/macros.html

4 lines
64 B
HTML
Raw Permalink Normal View History

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