{{ section.content | safe }}
{% if not section.extra.disable_listing %}
{% for article in section.pages | reverse() %}
{% if article.extra.thumbnail %}
{% set thumbnail = article.extra.thumbnail %}
{% endif %}
{% endfor %}
{% endif %}
{{ article.title }}
{{ article.date }} {% if article.description %}{{ article.description }}
{% endif %}