var/cache/dev/twig/eb/eb24a2bd0cc9b48dcb65dee7381026b9.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_24d3201162921247e946e5bcd5cfb4f2 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'metas' => [$this'block_metas'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.             'title' => [$this'block_title'],
  28.             'body' => [$this'block_body'],
  29.             'postjavascripts' => [$this'block_postjavascripts'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         echo "<!doctype html>
  41. <html lang=\"es\">
  42. \t<head>
  43. \t\t<meta charset=\"utf-8\">
  44. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> ";
  45.         // line 5
  46.         $this->displayBlock('metas'$context$blocks);
  47.         // line 6
  48.         echo "\t\t";
  49.         $this->displayBlock('stylesheets'$context$blocks);
  50.         // line 11
  51.         echo "\t\t";
  52.         $this->displayBlock('javascripts'$context$blocks);
  53.         // line 14
  54.         echo "\t\t<title>
  55. \t\t\t";
  56.         // line 15
  57.         $this->displayBlock('title'$context$blocks);
  58.         // line 17
  59.         echo "\t\t</title>
  60. \t</head>
  61. \t<body>
  62. \t\t<div class=\"container\">
  63. \t\t\t";
  64.         // line 22
  65.         echo "\t\t\t\t<nav class=\"navbar navbar-expand-lg justify-content-center\">
  66. \t\t\t\t\t<div class=\"container-fluid\">
  67. \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\">
  68. \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\">
  69. \t\t\t\t\t\t\t<span class=\"fs-4 text-logo\">Menus del Día</span>
  70. \t\t\t\t\t\t</a>
  71. \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\">
  72. \t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
  73. \t\t\t\t\t\t</button>
  74. \t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  75. \t\t\t\t\t\t\t<ul class=\"navbar-nav ms-auto mb-2 mb-lg-0\">
  76. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  77. \t\t\t\t\t\t\t\t\t<a class=\"nav-link active fs-6\" href=\"";
  78.         // line 34
  79.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
  80.         echo "\" class=\"nav-link active\" aria-current=\"page\">Home</a>
  81. \t\t\t\t\t\t\t\t</li>
  82. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  83. \t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
  84.         // line 37
  85.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("menus");
  86.         echo "\" class=\"nav-link\">Menús del día</a>
  87. \t\t\t\t\t\t\t\t</li>
  88. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  89. \t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
  90.         // line 40
  91.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("restaurants");
  92.         echo "\" class=\"nav-link\">Restaurantes</a>
  93. \t\t\t\t\t\t\t\t</li>
  94. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  95. \t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
  96.         // line 43
  97.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register");
  98.         echo "\" class=\"nav-link\" target\"_blank\">¿Eres un restaurante?</a>
  99. \t\t\t\t\t\t\t\t</li>
  100. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  101. \t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"";
  102.         // line 46
  103.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin");
  104.         echo "\" class=\"nav-link\" target\"_blank\">Iniciar Sesión</a>
  105. \t\t\t\t\t\t\t\t</li>
  106. \t\t\t\t\t\t\t</ul>
  107. \t\t\t\t\t\t</div>
  108. \t\t\t\t\t</div>
  109. \t\t\t\t</nav>
  110. \t\t\t";
  111.         // line 53
  112.         echo "\t\t</div>
  113. \t\t<main>
  114. \t\t\t<div class=\"bg-light\"> ";
  115.         // line 55
  116.         $this->displayBlock('body'$context$blocks);
  117.         // line 56
  118.         echo "\t\t\t\t</div>
  119. \t\t\t</main>
  120. \t\t\t<!-- Footer -->
  121. \t\t\t<footer class=\"text-center text-lg-start bg-light text-muted\">
  122. \t\t\t\t<section class=\"d-flex justify-content-center justify-content-lg-between p-4 border-bottom bg-white\">
  123. \t\t\t\t\t<div class=\"container text-center\">
  124. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  125. \t\t\t\t\t\t\t<i class=\"fab fa-facebook-f\"></i>
  126. \t\t\t\t\t\t</a>
  127. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  128. \t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
  129. \t\t\t\t\t\t</a>
  130. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  131. \t\t\t\t\t\t\t<i class=\"fab fa-google\"></i>
  132. \t\t\t\t\t\t</a>
  133. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  134. \t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
  135. \t\t\t\t\t\t</a>
  136. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  137. \t\t\t\t\t\t\t<i class=\"fab fa-linkedin\"></i>
  138. \t\t\t\t\t\t</a>
  139. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  140. \t\t\t\t\t\t\t<i class=\"fab fa-github\"></i>
  141. \t\t\t\t\t\t</a>
  142. \t\t\t\t\t</div>
  143. \t\t\t\t</section>
  144. \t\t\t\t<section>
  145. \t\t\t\t\t<div class=\"container text-center text-md-start mt-5\">
  146. \t\t\t\t\t\t<div class=\"row mt-3\">
  147. \t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-4 col-xl-3 mx-auto mb-4\">
  148. \t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">Menus del día
  149. \t\t\t\t\t\t\t\t</h6>
  150. \t\t\t\t\t\t\t\t<p>
  151. \t\t\t\t\t\t\t\t\tHere you can use rows and columns to organize your footer content. Lorem ipsum
  152. \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.
  153. \t\t\t\t\t\t\t\t</p>
  154. \t\t\t\t\t\t\t</div>
  155. \t\t\t\t\t\t\t<div class=\"col-md-2 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
  156. \t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
  157. \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\">
  158. \t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">
  159. \t\t\t\t\t\t\t\t\tContacto
  160. \t\t\t\t\t\t\t\t</h6>
  161. \t\t\t\t\t\t\t\t<p>
  162. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-home me-3\"></i>
  163. \t\t\t\t\t\t\t\t\tNew York, NY 10012, US</p>
  164. \t\t\t\t\t\t\t\t<p>
  165. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope me-3\"></i>
  166. \t\t\t\t\t\t\t\t\tinfo@example.com
  167. \t\t\t\t\t\t\t\t</p>
  168. \t\t\t\t\t\t\t\t<p>
  169. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone me-3\"></i>
  170. \t\t\t\t\t\t\t\t\t+ 01 234 567 88</p>
  171. \t\t\t\t\t\t\t</div>
  172. \t\t\t\t\t\t</div>
  173. \t\t\t\t\t</div>
  174. \t\t\t\t</section>
  175. \t\t\t\t<div class=\"text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.05);\">
  176. \t\t\t\t\t© 2022 Copyright:
  177. \t\t\t\t\t<a class=\"text-reset fw-bold\" href=\"#\">Jumtech</a>
  178. \t\t\t\t</div>
  179. \t\t\t</footer>
  180. \t\t\t<!-- Footer -->
  181. \t\t\t";
  182.         // line 119
  183.         $this->displayBlock('postjavascripts'$context$blocks);
  184.         // line 123
  185.         echo "
  186. \t\t</body>
  187. \t</html>
  188. ";
  189.         
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.     }
  194.     // line 5
  195.     public function block_metas($context, array $blocks = [])
  196.     {
  197.         $macros $this->macros;
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas"));
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas"));
  202.         
  203.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  204.         
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  206.     }
  207.     // line 6
  208.     public function block_stylesheets($context, array $blocks = [])
  209.     {
  210.         $macros $this->macros;
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  213.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  215.         // line 7
  216.         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\">
  217. \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\"/>
  218. \t\t\t<link rel=\"stylesheet\" href=\"/css/app.css\" crossorigin=\"anonymous\"/>
  219. \t\t";
  220.         
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  222.         
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  224.     }
  225.     // line 11
  226.     public function block_javascripts($context, array $blocks = [])
  227.     {
  228.         $macros $this->macros;
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  233.         // line 12
  234.         echo "\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>
  235. \t\t";
  236.         
  237.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  238.         
  239.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  240.     }
  241.     // line 15
  242.     public function block_title($context, array $blocks = [])
  243.     {
  244.         $macros $this->macros;
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  249.         echo "Menus del día
  250. \t\t\t";
  251.         
  252.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  253.         
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  255.     }
  256.     // line 55
  257.     public function block_body($context, array $blocks = [])
  258.     {
  259.         $macros $this->macros;
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  264.         
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266.         
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  268.     }
  269.     // line 119
  270.     public function block_postjavascripts($context, array $blocks = [])
  271.     {
  272.         $macros $this->macros;
  273.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""postjavascripts"));
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""postjavascripts"));
  277.         // line 120
  278.         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>
  279. \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>
  280. \t\t\t";
  281.         
  282.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  283.         
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  285.     }
  286.     public function getTemplateName()
  287.     {
  288.         return "base.html.twig";
  289.     }
  290.     public function isTraitable()
  291.     {
  292.         return false;
  293.     }
  294.     public function getDebugInfo()
  295.     {
  296.         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,);
  297.     }
  298.     public function getSourceContext()
  299.     {
  300.         return new Source("<!doctype html>
  301. <html lang=\"es\">
  302. \t<head>
  303. \t\t<meta charset=\"utf-8\">
  304. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> {% block metas %}{% endblock %}
  305. \t\t{% block stylesheets %}
  306. \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\">
  307. \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\"/>
  308. \t\t\t<link rel=\"stylesheet\" href=\"/css/app.css\" crossorigin=\"anonymous\"/>
  309. \t\t{% endblock %}
  310. \t\t{% block javascripts %}
  311. \t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>
  312. \t\t{% endblock %}
  313. \t\t<title>
  314. \t\t\t{% block title %}Menus del día
  315. \t\t\t{% endblock %}
  316. \t\t</title>
  317. \t</head>
  318. \t<body>
  319. \t\t<div class=\"container\">
  320. \t\t\t{# <header class=\"d-flex flex-wrap justify-content-center py-3 mb-0 border-bottom\"> #}
  321. \t\t\t\t<nav class=\"navbar navbar-expand-lg justify-content-center\">
  322. \t\t\t\t\t<div class=\"container-fluid\">
  323. \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\">
  324. \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\">
  325. \t\t\t\t\t\t\t<span class=\"fs-4 text-logo\">Menus del Día</span>
  326. \t\t\t\t\t\t</a>
  327. \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\">
  328. \t\t\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>
  329. \t\t\t\t\t\t</button>
  330. \t\t\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  331. \t\t\t\t\t\t\t<ul class=\"navbar-nav ms-auto mb-2 mb-lg-0\">
  332. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  333. \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>
  334. \t\t\t\t\t\t\t\t</li>
  335. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  336. \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>
  337. \t\t\t\t\t\t\t\t</li>
  338. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  339. \t\t\t\t\t\t\t\t\t<a class=\"nav-link fs-6\" href=\"{{ path('restaurants') }}\" class=\"nav-link\">Restaurantes</a>
  340. \t\t\t\t\t\t\t\t</li>
  341. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  342. \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>
  343. \t\t\t\t\t\t\t\t</li>
  344. \t\t\t\t\t\t\t\t<li class=\"nav-item\">
  345. \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>
  346. \t\t\t\t\t\t\t\t</li>
  347. \t\t\t\t\t\t\t</ul>
  348. \t\t\t\t\t\t</div>
  349. \t\t\t\t\t</div>
  350. \t\t\t\t</nav>
  351. \t\t\t{# </header> #}
  352. \t\t</div>
  353. \t\t<main>
  354. \t\t\t<div class=\"bg-light\"> {% block body %}{% endblock %}
  355. \t\t\t\t</div>
  356. \t\t\t</main>
  357. \t\t\t<!-- Footer -->
  358. \t\t\t<footer class=\"text-center text-lg-start bg-light text-muted\">
  359. \t\t\t\t<section class=\"d-flex justify-content-center justify-content-lg-between p-4 border-bottom bg-white\">
  360. \t\t\t\t\t<div class=\"container text-center\">
  361. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  362. \t\t\t\t\t\t\t<i class=\"fab fa-facebook-f\"></i>
  363. \t\t\t\t\t\t</a>
  364. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  365. \t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
  366. \t\t\t\t\t\t</a>
  367. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  368. \t\t\t\t\t\t\t<i class=\"fab fa-google\"></i>
  369. \t\t\t\t\t\t</a>
  370. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  371. \t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
  372. \t\t\t\t\t\t</a>
  373. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  374. \t\t\t\t\t\t\t<i class=\"fab fa-linkedin\"></i>
  375. \t\t\t\t\t\t</a>
  376. \t\t\t\t\t\t<a href=\"\" class=\"me-4 text-reset\">
  377. \t\t\t\t\t\t\t<i class=\"fab fa-github\"></i>
  378. \t\t\t\t\t\t</a>
  379. \t\t\t\t\t</div>
  380. \t\t\t\t</section>
  381. \t\t\t\t<section>
  382. \t\t\t\t\t<div class=\"container text-center text-md-start mt-5\">
  383. \t\t\t\t\t\t<div class=\"row mt-3\">
  384. \t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-4 col-xl-3 mx-auto mb-4\">
  385. \t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">Menus del día
  386. \t\t\t\t\t\t\t\t</h6>
  387. \t\t\t\t\t\t\t\t<p>
  388. \t\t\t\t\t\t\t\t\tHere you can use rows and columns to organize your footer content. Lorem ipsum
  389. \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.
  390. \t\t\t\t\t\t\t\t</p>
  391. \t\t\t\t\t\t\t</div>
  392. \t\t\t\t\t\t\t<div class=\"col-md-2 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
  393. \t\t\t\t\t\t\t<div class=\"col-md-3 col-lg-2 col-xl-2 mx-auto mb-4\"></div>
  394. \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\">
  395. \t\t\t\t\t\t\t\t<h6 class=\"text-uppercase fw-bold mb-4\">
  396. \t\t\t\t\t\t\t\t\tContacto
  397. \t\t\t\t\t\t\t\t</h6>
  398. \t\t\t\t\t\t\t\t<p>
  399. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-home me-3\"></i>
  400. \t\t\t\t\t\t\t\t\tNew York, NY 10012, US</p>
  401. \t\t\t\t\t\t\t\t<p>
  402. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope me-3\"></i>
  403. \t\t\t\t\t\t\t\t\tinfo@example.com
  404. \t\t\t\t\t\t\t\t</p>
  405. \t\t\t\t\t\t\t\t<p>
  406. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone me-3\"></i>
  407. \t\t\t\t\t\t\t\t\t+ 01 234 567 88</p>
  408. \t\t\t\t\t\t\t</div>
  409. \t\t\t\t\t\t</div>
  410. \t\t\t\t\t</div>
  411. \t\t\t\t</section>
  412. \t\t\t\t<div class=\"text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.05);\">
  413. \t\t\t\t\t© 2022 Copyright:
  414. \t\t\t\t\t<a class=\"text-reset fw-bold\" href=\"#\">Jumtech</a>
  415. \t\t\t\t</div>
  416. \t\t\t</footer>
  417. \t\t\t<!-- Footer -->
  418. \t\t\t{% block postjavascripts %}
  419. \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>
  420. \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>
  421. \t\t\t{% endblock %}
  422. \t\t</body>
  423. \t</html>
  424. ""base.html.twig""/var/www/vhosts/menusdeldia.com/httpdocs/templates/base.html.twig");
  425.     }
  426. }