{% for cat in page.header.taxonomy.tag %}
{% if cat == "Tribune" %}
{% set source = url('theme://images/trib.svg') %}
{% else %}
{% set source = url('theme://images/com.svg') %}
{% endif %}
{{ cat }} {{ (page.header.date != "") ? "Posté le "~page.header.date~", " : '' }} {{ (page.header.publish_date != "") ? "modifié le "~page.header.publish_date : '' }} {{ (page.header.author != "") ? "par "~page.header.author : '' }}
{% endfor %}
{{ page.content }}