feat: dedicated logos per country for accommodation bookings
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<div class="max-w-screen-xl h-dvh ml-auto flex flex-col overflow-hidden bg-inner">
|
||||
<div class="shrink-0 z-20 py-2 px-4 bg-white shadow-md">
|
||||
{% block header %}
|
||||
{% include '_partials/_header.html.twig' %}
|
||||
{% include '_partials/_header.html.twig' with {
|
||||
accommodation: ctx is defined ? ctx.accommodation : null
|
||||
} %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div class="flex-1 flex flex-col min-h-0 overflow-y-auto md:overflow-hidden relative z-10">
|
||||
|
||||
Reference in New Issue
Block a user