{% load wagtailimages_tags wagtailcore_tags %} {# `value` is a ListBlock of ImageWithLinkBlock items #} {% if value or quotes %}
{% if title %} {% include "patterns/atoms/section-title/section-title.html" with title=title %} {% endif %}
{% if value %}
{% endif %} {% if quotes %}
{% include "patterns/molecules/quote-slider/quote-slider.html" with items=quotes %}
{% endif %}
{% endif %}