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