{% if articles %} Articles {% for article in articles %} {{ article.title }} {% endfor %} {% endif %}