templates/layout.html.twig line 1
<!DOCTYPE html><html lang="fr"><head><meta charset="UTF-8"><meta name="description" content="{% block description %}{% endblock %}" /><meta name="viewport" content="width=device-width,initial-scale=1"/><title>{% block title %}{% endblock %}</title><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">{#<link href="https://cesium.com/downloads/cesiumjs/releases/1.102/Build/Cesium/Widgets/widgets.css" rel="stylesheet">#}{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheet %}{{ encore_entry_link_tags('app') }}{% endblock %}</head><body>{% block body %}{% endblock %}{% block footer %}<footer class="bg-neutral-800 mx-auto p-4"><p class="text-gray-200 text-center text-sm">© 2024 - Mickaël Lopez | <a href="{{ path('legal') }}">Mentions légales</a></p></footer>{% endblock %}{% block javascript %}<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>{#<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>{#<script src="https://cesium.com/downloads/cesiumjs/releases/1.102/Build/Cesium/Cesium.js"></script>#}{{ encore_entry_script_tags('app') }}{% endblock %}</body></html>