{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}{% endblock %} {% block content %}

{{ page.title }}

{% image page.image fill-480x320 class="rounded-2xl bg-gray-50" %}

{{ page.hero_text }}

{% if page.hero_cta_link %} {% firstof page.hero_cta page.hero_cta_link.title %} {% endif %}
{{ page.body|richtext }}
{% endblock content %}