{% load wagtailcore_tags wagtailimages_tags %} {% if articles %}
{% for article in articles %}
{% if article.banner %} {% image article.banner fill-400x250 class="card-img-top" %} {% endif %}

{{ article.title }}

{% with tags=article.tags.all %} {% if tags %} {% endif %} {% endwith %}
{% endfor %}
{% endif %}