{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %} {% image page.hero_banner fill-1920x400 as banner %} {% include "base/inc/search_form.html" %} {% for button in page.hero_links %} {% include_block button with css_class="btn-home-hero btn-lg btn-block" %} {% endfor %} {% for button in page.hero_links_mobile %} {% include_block button with css_class="btn-home-hero btn-lg btn-block" %} {% endfor %} {% for block in page.body %} {% include_block block with section_css_class="home-body-section" %} {% endfor %} {% endblock %}