{% include 'header.html' %}

{{ title }}

{{ description }}

{% for row in articles %}
{% if row.get('link') is not none %}

{{ row.title }}

{% else %}

{{ row.title }}

{% endif %}

{{ row.description }}

{% for category in row.categories %} {% endfor %}
{% endfor %}
{% include 'footer.html' %}