{% if article.tags.count > 0 %}
Tags:
{% for tag in article.tags %}{{ article.tags[tag] }}{% endfor %}
{% endif %}