templates/front/base.html.twig line 1
<!DOCTYPE html><html lang="fr"><head>{#Google Tag Manager#}<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KTRZ2TJ');</script>{#End Google Tag Manager#}<meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="author" content="Maxime Benard & Nicolas Planchet"><meta name="robots" content="{{ index }}"><title>{% if title is defined %}{{ title }}{% endif%}</title><meta property="og:title" content="{% if title is defined %}{{ title }}{% endif%}"><meta property="og:site_name" content="Reprise matériel photo & vidéo en ligne | BACK ipln"><meta name="description" content="{% if metadescription is defined %}{{ metadescription }}{% else %}Reprise matériel photo & vidéo en ligne | BACK ipln.{% endif %}"><meta property="og:description" content="{% if metadescription is defined %}{{ metadescription }}{% else %}Reprise matériel photo & vidéo en ligne | BACK ipln.{% endif %}">{# <meta property="og:image" content="{{ image is defined ? image : app.request.getSchemeAndHttpHost()~''~ asset('build/img/preview-banner.jpg') }}">#}<meta property="og:url" content="{{ app.request.getSchemeAndHttpHost()~''~path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}"><meta property="og:site" content="{{ app.request.getSchemeAndHttpHost() }}"><meta property="og:type" content="website"><meta property="og:locale" content="fr_FR">{{ encore_entry_link_tags('app') }}<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('/build/img/favicon/apple-touch-icon.png') }}"><link rel="icon" type="image/png" sizes="32x32" href="{{ asset('/build/img/favicon/favicon-32x32.png') }}"><link rel="icon" type="image/png" sizes="16x16" href="{{ asset('/build/img/favicon/favicon-16x16.png') }}"><link rel="manifest" href="{{ asset('/build/img/favicon/site.webmanifest') }}"><link rel="mask-icon" href="{{ asset('/build/img/favicon/safari-pinned-tab.svg') }}" color="#0f00a2"><link rel="shortcut icon" href="{{ asset('/build/img/favicon/favicon.ico') }}"><meta name="msapplication-TileColor" content="#e1f6fd"><meta name="msapplication-config" content="/build/img/favicon/browserconfig.xml"><meta name="theme-color" content="#0F00A2">{{ encore_entry_script_tags('app') }}{% block stylesheets %}{% endblock %}{% block javascripts %}{% endblock %}{% block schemaDatas %}{% endblock %}</head><body itemscope="" itemtype="https://schema.org/WebPage"><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTRZ2TJ"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>{% include 'front/elements/menu.html.twig' %}{% block body %}{% endblock %}{% include "front/elements/footer.html.twig"%}</body></html>