{% extends 'service_layout.html' %} {% load wagtailimages_tags %} {% block title %} : {{page.title}}{% endblock %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %} {% image page.titleImg fill-100x100 %} {{page.title}} {{page.shortDesc|safe}} {% endblock content %} {% block footer %} {% endblock footer %} {% block bottomFooter %} {% include 'Settings/bottomFooter.html' %} {% endblock bottomFooter %}