4 lines
64 B
HTML
4 lines
64 B
HTML
|
{% macro twice(str) %}
|
||
|
{{str}}-{{str}}
|
||
|
{% endmacro twice %}
|