{% load wagtailimages_tags %} {% block content %}
{{ self.badge_text }}

{{ self.title }} {% if self.highlighted_title %}{{ self.highlighted_title }}{% endif %}

{{ self.description }}
{{ self.button_text }}
{% image self.top_image fill-500x350 class="top-image" %}
{% image self.bottom_image fill-500x350 class="bottom-image" %}
{% endblock %}