{% include 'partials/head.html' %} {% include 'partials/preloader.html' %} {% include 'partials/popupBox.html' %} {% if lightbox|default:"true" != "false" %} {% include "partials/lightbox.html" %} {% endif %} {% include 'partials/sidemenu.html' %} {% include 'partials/mobileMenu.html' %} {% if header == 'header2' %} {% include "partials/header2.html" %} {% else %} {% include "partials/header.html" %} {% endif %} {% if not breadcrumb %} {% include 'partials/breadcrumb.html' %} {% endif %} {% block content %} {% endblock %} {% if not footer %} {% include 'partials/footer.html' %} {% endif %} {% include 'partials/scrollTop.html' %} {% include 'partials/script.html' %}