{% extends "insight_ui/components/carousel.html" %} {% load static insight_tags %} {% block carousel_content %}
{% if item.description %} {# Description overlay #}

{{ item.description }}

{% endif %}
{{ item.alt }}
{% endblock carousel_content %}