{% extends 'base.html.twig' %} {% block body %}
{% block header %} {% include '_partials/_header.html.twig' with { accommodation: ctx is defined ? ctx.accommodation : null } %} {% endblock %}
{% block content %}{% endblock %}
{% include '_partials/_loading_indicator.html.twig' %}
{% endblock %}