{% if articles %} {% with articles|first as article %} {% include "core/article_intro_partial.html" with article=article show_section_image=True %} {% endwith %} {% endif %}