{% extends 'service_layout.html' %} {% load wagtailimages_tags %} {% block title %} : {{page.title}}{% endblock %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %} {{page.title}} {% for item in page.get_children %} {% image item.specific.titleImg fill-200x200 %} {{item.specific.shortDesc|safe}} {% endfor %} {% endblock content %} {% block footer %} {% endblock footer %} {% block bottomFooter %} {% include 'Settings/bottomFooter.html' %} {% endblock bottomFooter %}