{# Turbo disabled - using classic page navigation #} {% block title %}{{ system_name|default('YIMA-SHOP') }}{% endblock %} {# Favicons & PWA Integration #} {# PWA & Mobile Meta Tags #} {# Script anti-flash (FOUC) pour le dark mode - doit s'exécuter AVANT le rendu #} {% block stylesheets %} {# Tailwind CSS + Flowbite compiled via Webpack Encore #} {{ encore_entry_link_tags('app-webpack') }} {% endblock %} {% block javascripts %} {# JavaScript (Stimulus + Flowbite) via Webpack Encore #} {{ encore_entry_script_tags('app-webpack') }} {% endblock %} {% block body %}{% endblock %} {# PWA Update Modal - included on all pages #} {% include 'components/_update_modal.html.twig' %} {# Offline Modal - notifies user when connection is lost #} {% include 'components/_offline_modal.html.twig' %} {# PWA Service Worker Registration & Update Detection #} {# Offline/Online Detection #} {# ============================================================ App Version Update - Full Page Overlay (all pages) Compares localStorage app_version with server APP_VERSION ============================================================ #} {# Global Toast Notification Function #}