<?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_24d3201162921247e946e5bcd5cfb4f2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'metas' => [$this, 'block_metas'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'postjavascripts' => [$this, 'block_postjavascripts'],
];
}
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 lang=\"es\">
\t<head>
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> ";
// line 5
$this->displayBlock('metas', $context, $blocks);
// line 6
echo "\t\t";
$this->displayBlock('stylesheets', $context, $blocks);
// line 11
echo "\t\t";
$this->displayBlock('javascripts', $context, $blocks);
// line 14
echo "\t\t<title>
\t\t\t";
// line 15
$this->displayBlock('title', $context, $blocks);
// line 17
echo "\t\t</title>
\t</head>
\t<body>
\t\t<div class=\"container\">
\t\t\t";
// line 22
echo "\t\t\t\t<nav class=\"navbar navbar-expand-lg justify-content-center\">
\t\t\t\t\t<div class=\"container-fluid\">
\t\t\t\t\t\t<a href=\"/\" class=\"d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none\">
\t\t\t\t\t\t\t<img class=\"bi me-2\" src=\"/img/logo.png\" width=\"40\" height=\"auto\" class=\"d-inline-block align-top me-2\" alt=\"Menu del día\" title=\"Menu del día\">
\t\t\t\t\t\t\t<span class=\"fs-4 text-logo\">Menus del Día</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
\t\t\t\t\t\t</button>
\t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
\t\t\t\t\t\t\t<ul class=\"navbar-nav ms-auto mb-2 mb-lg-0\">
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link active fs-6\" href=\"";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
echo "\" class=\"nav-link active\" aria-current=\"page\">Home</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
// line 37
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("menus");
echo "\" class=\"nav-link\">Menús del día</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
// line 40
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("restaurants");
echo "\" class=\"nav-link\">Restaurantes</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register");
echo "\" class=\"nav-link\" target\"_blank\">¿Eres un restaurante?</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
// line 46
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin");
echo "\" class=\"nav-link\" target\"_blank\">Iniciar Sesión</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</nav>
\t\t\t";
// line 53
echo "\t\t</div>
\t\t<main>
\t\t\t<div class=\"bg-light\"> ";
// line 55
$this->displayBlock('body', $context, $blocks);
// line 56
echo "\t\t\t\t</div>
\t\t\t</main>
\t\t\t<!-- Footer -->
\t\t\t<footer class=\"text-center text-lg-start bg-light text-muted\">
\t\t\t\t<section class=\"d-flex justify-content-center justify-content-lg-between p-4 border-bottom bg-white\">
\t\t\t\t\t<div class=\"container text-center\">
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-facebook-f\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-google\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-linkedin\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-github\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<section>
\t\t\t\t\t<div class=\"container text-center text-md-start mt-5\">
\t\t\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-4 col-xl-3 mx-auto mb-4\">
\t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">Menus del día
\t\t\t\t\t\t\t\t</h6>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tHere you can use rows and columns to organize your footer content. Lorem ipsum
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t dolor sit amet, consectetur adipisicing elit.
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-md-2 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
\t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
\t\t\t\t\t\t\t<div class=\"col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4\">
\t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">
\t\t\t\t\t\t\t\t\tContacto
\t\t\t\t\t\t\t\t</h6>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-home me-3\"></i>
\t\t\t\t\t\t\t\t\tNew York, NY 10012, US</p>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope me-3\"></i>
\t\t\t\t\t\t\t\t\tinfo@example.com
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone me-3\"></i>
\t\t\t\t\t\t\t\t\t+ 01 234 567 88</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<div class=\"text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.05);\">
\t\t\t\t\t© 2022 Copyright:
\t\t\t\t\t<a class=\"text-reset fw-bold\" href=\"#\">Jumtech</a>
\t\t\t\t</div>
\t\t\t</footer>
\t\t\t<!-- Footer -->
\t\t\t";
// line 119
$this->displayBlock('postjavascripts', $context, $blocks);
// line 123
echo "
\t\t</body>
\t</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
public function block_metas($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", "metas"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
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 7
echo "\t\t\t<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD\" crossorigin=\"anonymous\">
\t\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css\" integrity=\"sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=\" crossorigin=\"anonymous\"/>
\t\t\t<link rel=\"stylesheet\" href=\"/css/app.css\" crossorigin=\"anonymous\"/>
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 11
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 12
echo "\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 15
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 "Menus del día
\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 55
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);
}
// line 119
public function block_postjavascripts($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", "postjavascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "postjavascripts"));
// line 120
echo "\t\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js\" integrity=\"sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3\" crossorigin=\"anonymous\"></script>
\t\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js\" integrity=\"sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD\" crossorigin=\"anonymous\"></script>
\t\t\t";
$__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 ( 317 => 120, 307 => 119, 289 => 55, 269 => 15, 258 => 12, 248 => 11, 235 => 7, 225 => 6, 207 => 5, 194 => 123, 192 => 119, 127 => 56, 125 => 55, 121 => 53, 112 => 46, 106 => 43, 100 => 40, 94 => 37, 88 => 34, 74 => 22, 68 => 17, 66 => 15, 63 => 14, 60 => 11, 57 => 6, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html lang=\"es\">
\t<head>
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> {% block metas %}{% endblock %}
\t\t{% block stylesheets %}
\t\t\t<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD\" crossorigin=\"anonymous\">
\t\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css\" integrity=\"sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=\" crossorigin=\"anonymous\"/>
\t\t\t<link rel=\"stylesheet\" href=\"/css/app.css\" crossorigin=\"anonymous\"/>
\t\t{% endblock %}
\t\t{% block javascripts %}
\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>
\t\t{% endblock %}
\t\t<title>
\t\t\t{% block title %}Menus del día
\t\t\t{% endblock %}
\t\t</title>
\t</head>
\t<body>
\t\t<div class=\"container\">
\t\t\t{# <header class=\"d-flex flex-wrap justify-content-center py-3 mb-0 border-bottom\"> #}
\t\t\t\t<nav class=\"navbar navbar-expand-lg justify-content-center\">
\t\t\t\t\t<div class=\"container-fluid\">
\t\t\t\t\t\t<a href=\"/\" class=\"d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none\">
\t\t\t\t\t\t\t<img class=\"bi me-2\" src=\"/img/logo.png\" width=\"40\" height=\"auto\" class=\"d-inline-block align-top me-2\" alt=\"Menu del día\" title=\"Menu del día\">
\t\t\t\t\t\t\t<span class=\"fs-4 text-logo\">Menus del Día</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
\t\t\t\t\t\t</button>
\t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
\t\t\t\t\t\t\t<ul class=\"navbar-nav ms-auto mb-2 mb-lg-0\">
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link active fs-6\" href=\"{{ path('index') }}\" class=\"nav-link active\" aria-current=\"page\">Home</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"{{ path('menus') }}\" class=\"nav-link\">Menús del día</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"{{ path('restaurants') }}\" class=\"nav-link\">Restaurantes</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"{{ path('app_register') }}\" class=\"nav-link\" target\"_blank\">¿Eres un restaurante?</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li class=\"nav-item\">
\t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"{{ path('admin') }}\" class=\"nav-link\" target\"_blank\">Iniciar Sesión</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</nav>
\t\t\t{# </header> #}
\t\t</div>
\t\t<main>
\t\t\t<div class=\"bg-light\"> {% block body %}{% endblock %}
\t\t\t\t</div>
\t\t\t</main>
\t\t\t<!-- Footer -->
\t\t\t<footer class=\"text-center text-lg-start bg-light text-muted\">
\t\t\t\t<section class=\"d-flex justify-content-center justify-content-lg-between p-4 border-bottom bg-white\">
\t\t\t\t\t<div class=\"container text-center\">
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-facebook-f\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-google\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-linkedin\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
\t\t\t\t\t\t\t<i class=\"fab fa-github\"></i>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<section>
\t\t\t\t\t<div class=\"container text-center text-md-start mt-5\">
\t\t\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-4 col-xl-3 mx-auto mb-4\">
\t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">Menus del día
\t\t\t\t\t\t\t\t</h6>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tHere you can use rows and columns to organize your footer content. Lorem ipsum
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t dolor sit amet, consectetur adipisicing elit.
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-md-2 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
\t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
\t\t\t\t\t\t\t<div class=\"col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4\">
\t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">
\t\t\t\t\t\t\t\t\tContacto
\t\t\t\t\t\t\t\t</h6>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-home me-3\"></i>
\t\t\t\t\t\t\t\t\tNew York, NY 10012, US</p>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope me-3\"></i>
\t\t\t\t\t\t\t\t\tinfo@example.com
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone me-3\"></i>
\t\t\t\t\t\t\t\t\t+ 01 234 567 88</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<div class=\"text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.05);\">
\t\t\t\t\t© 2022 Copyright:
\t\t\t\t\t<a class=\"text-reset fw-bold\" href=\"#\">Jumtech</a>
\t\t\t\t</div>
\t\t\t</footer>
\t\t\t<!-- Footer -->
\t\t\t{% block postjavascripts %}
\t\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js\" integrity=\"sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3\" crossorigin=\"anonymous\"></script>
\t\t\t\t<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js\" integrity=\"sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD\" crossorigin=\"anonymous\"></script>
\t\t\t{% endblock %}
\t\t</body>
\t</html>
", "base.html.twig", "/var/www/vhosts/menusdeldia.com/httpdocs/templates/base.html.twig");
}
}