{% 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 }} {% for item in page.carousel_services.all %} {% if item.carousel_image %} {{ item.carousel_name }} {% endif %} {% endfor %} {{ page.section_five_title|richtext }} {{ page.section_five_text|richtext }} {{ page.section_five_img|richtext }} {{ page.sub_section_one_img|richtext }} {{ page.sub_section_one|richtext }} {{ page.sub_section_two_img|richtext }} {{ page.sub_section_two|richtext }} {{ page.sub_section_three_img|richtext }} {{ page.sub_section_three|richtext }} {{ page.sub_section_four_img|richtext }} {{ page.sub_section_four|richtext }} {{ page.sub_section_five_img|richtext }} {{ page.sub_section_five|richtext }} {{ page.sub_section_six_img|richtext }} {{ page.sub_section_six|richtext }} {% endblock %}
{{ item.carousel_name }}