{% if articles %}
{% for article in articles %}
{% if article.thumb %} {% else %} {% endif %}
{{article.title}} {% if article.note %} {{article.note}} {% endif %}
{% if article.desc %}

{{article.desc}}

{% endif %}
{{article.button.text}}
{% endfor %}
{% endif %}