{% extends "layout.html" %} {% load wagtailcore_tags oxyan static string_filters mandelstudio_i18n %} {% block extrahead %} {{ block.super }} {% include "engine/partials/gym_theme_overrides.html" %} {% include "engine/partials/hotel_theme_overrides.html" %} {% include "engine/partials/auto_theme_overrides.html" %} {% include "engine/partials/bank_theme_overrides.html" %} {% include "engine/partials/pharmacy_theme_overrides.html" %} {% include "engine/partials/realty_theme_overrides.html" %} {% include "engine/partials/tech_theme_overrides.html" %} {% include "engine/partials/travel_theme_overrides.html" %} {% include "engine/partials/saas_theme_overrides.html" %} {% endblock %} {% block layout %} {% skip_to_content_text %} {% include "carbasa/headers/header.html" %}

{{ self.title }}

{% for block in self.body %} {% with scope_class=block.block_type|split:"_"|join:"-" %}
{% include_block block %}
{% endwith %} {% endfor %}
{% include "oxyan/partials/footer.html" %} {% endblock %}