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

8 lines
200 B
HTML
Raw Normal View History

{% macro list_of_placeholders(placeholders) %}
{{ placeholders | formatted_list(
before_each="<span class='placeholder'>((",
after_each='))</span>',
separator=' '
) }}
{%- endmacro %}