{% set bullet = joiner(" • ") %}
{% for tag in article.tags %} {{bullet()}} {{tag.name}} {% endfor %}