<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_4a55e534cfad89298a400e8781f2ae43 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>";
// line 6
$this->displayBlock('title', $context, $blocks);
echo "</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>\">
<!-- Google fonts -->
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&family=Yeseva+One&display=swap\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css2?family=Praise&display=swap\" rel=\"stylesheet\">
";
// line 15
echo " ";
$this->displayBlock('stylesheets', $context, $blocks);
// line 18
echo "
";
// line 19
$this->displayBlock('javascripts', $context, $blocks);
// line 22
echo " </head>
<body>
<div id=\"burger-btn\" class=\"burger-btn\" data-controller=\"burger\"></div>
<header class=\"header\">
<div class=\"menu\">
<div class=\"logo\">
<a href=\"";
// line 28
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_index");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_LeMigennois.svg"), "html", null, true);
echo "\" alt=\"Logo Le Migennois\"></a>
</div>
<nav class=\"nav\">
<ul>
<li><a href=\"";
// line 32
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_index");
echo "\">Accueil</a></li>
<li><a href=\"";
// line 33
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_migennois");
echo "\">Le Migennois</a></li>
<li><a href=\"";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_installation");
echo "\">S'installer</a></li>
<li><a href=\"";
// line 35
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_entreprendre");
echo "\">Entreprendre</a></li>
<li><a href=\"";
// line 36
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_ambassadeurs_index");
echo "\">Ambassadeurs</a></li>
<li><a href=\"";
// line 37
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actuality");
echo "\">Actualités</a></li>
<li><a href=\"";
// line 38
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("event");
echo "\">Évènements</a></li>
<li><a href=\"";
// line 39
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">Contact</a></li>
</ul>
</nav>
</div>
</header>
";
// line 44
$this->displayBlock('body', $context, $blocks);
// line 45
echo " <footer class=\"footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-2\">
<a href=\"";
// line 49
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_index");
echo "\">
<img src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_LeMigennois_blanc.svg"), "html", null, true);
echo "\" alt=\"Logo de le Migennois\">
</a>
</div>
<div class=\"col-8\">
<span>Plan du site</span>
<ul>
<li><a href=\"";
// line 56
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_index");
echo "\">Accueil</a></li>
<li><a href=\"";
// line 57
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_migennois");
echo "\">Le Migennois</a></li>
<li><a href=\"";
// line 58
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_installation");
echo "\">S'installer</a></li>
<li><a href=\"";
// line 59
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_entreprendre");
echo "\">Entreprendre</a></li>
<li><a href=\"";
// line 60
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_patrimoine");
echo "\">Patrimoine</a></li>
</ul>
<ul>
<li><a href=\"";
// line 63
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_ambassadeurs_index");
echo "\">Ambassadeurs</a></li>
<li><a href=\"";
// line 64
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actuality");
echo "\">Actualités</a></li>
<li><a href=\"";
// line 65
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("event");
echo "\">Évènements</a></li>
<li><a href=\"https://www.ccam.fr/agenda\" target=\"_blank\">Agenda</a></li>
<li><a href=\"";
// line 67
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">Contact</a></li>
</ul>
</div>
<div class=\"col-2 follow\">
<span>Suivez-nous</span>
<a href=\"\" target=\"_blank\"><img src=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/icons/facebook.svg"), "html", null, true);
echo "\" alt=\"Logo Facebook\"></a>
<a href=\"https://www.youtube.com/@lemigennois\" target=\"_blank\"><img src=\"";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/icons/youtube.svg"), "html", null, true);
echo "\" alt=\"Logo Youtube\"></a>
<a href=\"https://www.ccam.fr\"><img src=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_ccam_blanc.svg"), "html", null, true);
echo "\" class=\"logo\" alt=\"\"></a>
</div>
</div>
<div class=\"line l2\"></div>
<div class=\"sub-footer\">
<div class=\"copy\">
<span>© CCAM</span>
<a href=\"";
// line 83
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_mentions");
echo "\">Mentions légales</a>
<a href=\"";
// line 84
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_rgpd");
echo "\">Politique de confidentialité</a>
</div>
<div class=\"realisation\">
<span>Site réalisé par l'agence <a href=\"https://beescom.fr/\" target=\"_blank\">BeesCom</a></span>
</div>
</div>
</div>
</footer>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Welcome!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 15
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 16
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 19
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 20
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 44
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 300 => 44, 287 => 20, 277 => 19, 264 => 16, 254 => 15, 235 => 6, 214 => 84, 210 => 83, 198 => 74, 194 => 73, 190 => 72, 182 => 67, 177 => 65, 173 => 64, 169 => 63, 163 => 60, 159 => 59, 155 => 58, 151 => 57, 147 => 56, 138 => 50, 134 => 49, 128 => 45, 126 => 44, 118 => 39, 114 => 38, 110 => 37, 106 => 36, 102 => 35, 98 => 34, 94 => 33, 90 => 32, 81 => 28, 73 => 22, 71 => 19, 68 => 18, 65 => 15, 54 => 6, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>{% block title %}Welcome!{% 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>\">
<!-- Google fonts -->
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&family=Yeseva+One&display=swap\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css2?family=Praise&display=swap\" rel=\"stylesheet\">
{# 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>
<div id=\"burger-btn\" class=\"burger-btn\" data-controller=\"burger\"></div>
<header class=\"header\">
<div class=\"menu\">
<div class=\"logo\">
<a href=\"{{ path('app_index') }}\"><img src=\"{{ asset('images/logo_LeMigennois.svg') }}\" alt=\"Logo Le Migennois\"></a>
</div>
<nav class=\"nav\">
<ul>
<li><a href=\"{{ path('app_index') }}\">Accueil</a></li>
<li><a href=\"{{ path('app_migennois') }}\">Le Migennois</a></li>
<li><a href=\"{{ path('app_installation') }}\">S'installer</a></li>
<li><a href=\"{{ path('app_entreprendre') }}\">Entreprendre</a></li>
<li><a href=\"{{ path('app_ambassadeurs_index') }}\">Ambassadeurs</a></li>
<li><a href=\"{{ path('actuality') }}\">Actualités</a></li>
<li><a href=\"{{ path('event') }}\">Évènements</a></li>
<li><a href=\"{{ path('contact') }}\">Contact</a></li>
</ul>
</nav>
</div>
</header>
{% block body %}{% endblock %}
<footer class=\"footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-2\">
<a href=\"{{ path('app_index') }}\">
<img src=\"{{ asset('images/logo_LeMigennois_blanc.svg') }}\" alt=\"Logo de le Migennois\">
</a>
</div>
<div class=\"col-8\">
<span>Plan du site</span>
<ul>
<li><a href=\"{{ path('app_index') }}\">Accueil</a></li>
<li><a href=\"{{ path('app_migennois') }}\">Le Migennois</a></li>
<li><a href=\"{{ path('app_installation') }}\">S'installer</a></li>
<li><a href=\"{{ path('app_entreprendre') }}\">Entreprendre</a></li>
<li><a href=\"{{ path('app_patrimoine') }}\">Patrimoine</a></li>
</ul>
<ul>
<li><a href=\"{{ path('app_ambassadeurs_index') }}\">Ambassadeurs</a></li>
<li><a href=\"{{ path('actuality') }}\">Actualités</a></li>
<li><a href=\"{{ path('event') }}\">Évènements</a></li>
<li><a href=\"https://www.ccam.fr/agenda\" target=\"_blank\">Agenda</a></li>
<li><a href=\"{{ path('contact') }}\">Contact</a></li>
</ul>
</div>
<div class=\"col-2 follow\">
<span>Suivez-nous</span>
<a href=\"\" target=\"_blank\"><img src=\"{{ asset('images/icons/facebook.svg') }}\" alt=\"Logo Facebook\"></a>
<a href=\"https://www.youtube.com/@lemigennois\" target=\"_blank\"><img src=\"{{ asset('images/icons/youtube.svg') }}\" alt=\"Logo Youtube\"></a>
<a href=\"https://www.ccam.fr\"><img src=\"{{ asset('images/logo_ccam_blanc.svg') }}\" class=\"logo\" alt=\"\"></a>
</div>
</div>
<div class=\"line l2\"></div>
<div class=\"sub-footer\">
<div class=\"copy\">
<span>© CCAM</span>
<a href=\"{{ path('app_mentions') }}\">Mentions légales</a>
<a href=\"{{ path('app_rgpd') }}\">Politique de confidentialité</a>
</div>
<div class=\"realisation\">
<span>Site réalisé par l'agence <a href=\"https://beescom.fr/\" target=\"_blank\">BeesCom</a></span>
</div>
</div>
</div>
</footer>
</body>
</html>
", "base.html.twig", "/home/beescom/dev/LeMigennois/templates/base.html.twig");
}
}