{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-services{% 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 }} {{ page.section_three_title|richtext }} {{ page.section_three_text|richtext }} {{ page.section_three_img|richtext }} {{ page.section_four_title|richtext }} {{ page.section_four_text|richtext }} {{ page.section_four_img|richtext }} {{ page.section_five_title|richtext }} {{ page.section_five_text|richtext }} {{ page.section_five_img|richtext }}