{% set webName = 'tomil' %}
{% set lastChange = '?v=1737739015702' %}
<!DOCTYPE html>
<html lang="{{ FRONTEND_LANGUAGE|default(SITE_DEFAULT_LANGUAGE) }}" class="no-js scroll-smooth">
{% block head %}{% include "Core/Layout/Templates/Head.html.twig" %}{% endblock %}
<body itemscope itemtype="https://schema.org/WebPage" class="{% if page.id == '1' %}homepage{% else %}subpage page-{{ page.id }}{% endif %}" id="{{ webName }}">
<div class="flex flex-col min-h-screen max-w-screen-4xl mx-auto shadow-xl" x-data="{ scrollTop: false }" x-init="scrollTop = window.scrollY > 1">
{% include "Core/Layout/Templates/Header.html.twig" %}
{% block main %}{% endblock %}
{% block footer %}{% include "Core/Layout/Templates/Footer.html.twig" %}{% endblock %}
</div>
<script src="{{ THEME_URL }}/Core/Layout/assets/core.min.js{{ lastChange }}" defer></script>
{% block scripts %}{% endblock %}
{% if cookiebar_template %}{% include cookiebar_template %}{% endif %}
{% include "Core/Layout/Templates/Section/Sprite.html.twig" %}
</body>
</html>