templates/base.html.twig line 1
<!DOCTYPE html><html lang="fr"><head><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport">{% block favicon %}<link rel="apple-touch-icon" sizes="180x180" href="/img/icon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/img/icon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/img/icon/favicon-16x16.png"><link rel="manifest" href="/img/icon/site.webmanifest"><link rel="mask-icon" href="/img/icon/safari-pinned-tab.svg" color="#be754f"><link rel="shortcut icon" href="/img/icon/favicon.ico"><meta name="msapplication-TileColor" content="#be754f"><meta name="msapplication-config" content="/img/icon/browserconfig.xml"><meta name="theme-color" content="#be754f">{% endblock %}<title>{% block title %}LADI{% endblock %}</title>{% block meta %}<meta name="description" content="{{ app.request.server.get('META_GEN_DESCRIPTION') }}"><meta name="author" content="{{ app.request.server.get('META_GEN_AUTHOR') }}">{% endblock %}{% block canonical %}<link rel="canonical" href="{{ app.request.server.get('APP_URL') }}">{% endblock %}{% block fbmeta %}<!-- Facebook meta tags --><meta property="og:type" content="website"><meta property="og:site_name" content="{{ app.request.server.get('META_FACEBOOK_NAME') }}"><meta property="og:url" content="{{ app.request.uri }}"><meta property="og:title" content="{{ app.request.server.get('META_FACEBOOK_TITLE') }}"><meta property="og:description" content="{{ app.request.server.get('META_FACEBOOK_DESCRIPTION') }}"><meta property="og:image" content="{{ app.request.server.get('META_FACEBOOK_IMAGE') }}"><meta property="og:image:secure_url" content="{{ app.request.server.get('META_FACEBOOK_IMG') }}"><meta property="og:image:url" content="{{ app.request.server.get('META_FACEBOOK_IMG') }}"><meta property="og:image:type" content="{{ app.request.server.get('META_FACEBOOK_IMAGE_TYPE') }}"><meta property="og:locale" content="fr_FR"/>{% endblock %}{% block twittermeta %}<!-- Twitter meta tags --><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="{{ app.request.uri }}"><meta name="twitter:title" content="{{ app.request.server.get('META_TWITTER_TITLE') }}"><meta name="twitter:description" content="{{ app.request.server.get('META_TWITTER_DESCRIPTION') }}"><meta name="twitter:image" content="{{ app.request.server.get('META_TWITTER_IMAGE') }}">{% endblock %}<script defer type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</head><body class="text-text relative min-h-screen font-poppins overflow-x-hidden"><header class="sticky top-0 z-20"><div id="header"class="px-3 pb-3 w-full md:w-5/6 max-w-[1400px] mx-auto rounded-b-[2.2rem]">{% if news is defined and news[0].author %}<div id="news"class="flex items-center justify-center gap-x-5 w-fit py-2 px-3 text-2xl bg-bg rounded-b-xl mx-auto text-center">{{ news[0].content | raw }}<ion-icon id="cross"class="hover:text-dark hover:cursor-pointer z-20" name="close"></ion-icon></div>{% endif %}<div class="flex flex-row items-center justify-between h-24 md:h-28 md:py-0 pt-6 w-full duration-500 transition-all ease-in-out"><a id="logoLZN" class="h-20 p-2 md:p-3 bg-white/[0.4] rounded-full duration-300 transition-all ease-in-out z-20 hover:bg-white"href="http://www.lezennes.fr/" target="_blank"><img class="hidden md:block h-full" src="{{ asset('img/base/logotype_LZN_transparent.png') }}" alt="logo Lezennes" title="Site de la ville de Lezennes"><img class="md:hidden h-full" src="{{ asset('img/base/logo_LZN_transparent.png') }}" alt="logo Lezennes" title="Site de la ville de Lezennes"></a><div class="flex flex-row h-full items-center gap-5 md:gap-10 z-20"><a id="logoLADI" class="h-20 p-2 md:p-3 bg-white/[0.4] rounded-full hover:bg-white duration-300 transition-all ease-in-out"href="{{ path('app_home') }}"><img class="h-full" src="{{ asset('img/homepage/home_isidore.png') }}" alt="logo LADI" title="Retour accueil"></a><ion-icon id="open-burger" class="p-1 self-center text-4xl md:text-5xl rounded-xl hover:bg-bg hover:cursor-pointer duration-300 transition-all ease-in-out" name="grid"></ion-icon></div></div>{{ include('partials/burger-menu.html.twig') }}</div></header><div class="max-w-[1400px] w-5/6 mx-auto mt-20 pb-20 relative">{% block body %}{% endblock %}</div><footer class="absolute bottom-5 left-0 right-0"><div class="flex flex-row justify-center max-w-[1400px] w-5/6 mx-auto"><p class="text-xl text-center font-medium">Tous droits réservés. Les Amis D'Isidore - {{ 'now' | date('Y') }}</p></div></footer></body></html>