{% load pelican_tags %} {% if tags %}

tags: {% for tag in tags %}{{ tag }}{% endfor %}

{% endif %}