2016-06-03 14:30:17 +01:00
|
|
|
{% macro list_of_placeholders(placeholders) %}
|
2017-02-13 13:11:29 +00:00
|
|
|
{{ placeholders | formatted_list(
|
2016-06-03 14:30:17 +01:00
|
|
|
before_each="<span class='placeholder'>((",
|
|
|
|
|
after_each='))</span>',
|
|
|
|
|
separator=' '
|
|
|
|
|
) }}
|
|
|
|
|
{%- endmacro %}
|