{% extends "xprez/modules/text_base.html" %} {% load thumbnail xprez %} {% block attrs %} {{ block.super }} {% if module.url %} onclick="if (event.target.closest('a, button')) return; window.location.href='{{ module.url }}';" {% endif %} {% endblock %} {% block content %} {{ module.background }} {% if module.media %}
{% if module.media_is_image %} {% include "xprez/includes/responsive_image/picture.html" with image=module.media sources=module.media_image_sources sizes=module.image_sizes alt=module.media.name css_class="xprez-text__image" loading="lazy" %} {% elif module.media_is_video %} {% else %} {{ module.media.name }} {% endif %}
{% endif %} {% if module.text %}
{{ block.super }}
{% endif %} {% endblock %}