{# Render ImageWithCaption as a figure with responsive image #}
{% include "pages/snippets/responsive_image.html" with img=value.image alt_text=value.alternative_text %} {% if value.caption %}
{{ value.caption }}
{% endif %}