{% extends "layout.html" %} {% load wagtailcore_tags oxyan static string_filters %} {% 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 %} Ga naar inhoud {% include_header header_template|default:"engine/partials/header.html" %}

{{ self.title }}

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