{% load wagtailimages_tags %} {% if self.link.url %}{% endif %}
{% image self.image max-600x600 class="figure-img img-fluid" %}
{{ self.text }}
{% if self.caption %}
{{ self.caption }}
{% endif %}
{% if self.link.url %}
{% endif %}