{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-contactpage{% endblock %} {% block content %} {{ page.section_one_title|richtext }} {{ page.section_one_text|richtext }} {{ page.section_one_img|richtext }} {% load widget_tweaks %} {{ page.section_two_text|richtext }} {{ page.section_two_img|richtext }} {% endblock %}