{# default template for the {% get_tags %} tag if no template is given, or "as var" is used. #} {% load fluent_blogs_tags %} {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}