Files
notifications-admin/app/templates/components/list.html
T

8 lines
200 B
HTML
Raw Normal View History

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