{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}{% endblock %} {% block content %} {{ page.title }} {% image page.image fill-480x320 %} {{ page.hero_text }} {% if page.hero_cta_link %} {% firstof page.hero_cta page.hero_cta_link.title %} {% endif %} {{ page.body|richtext }} {% endblock content %}
{{ page.hero_text }}