var/cache/dev/twig/da/da603ebd1d32a21c7e9943e3ea0dbd2527cfd792d0aeebffc14a5bc14d1f26bd.php line 157

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_operario.html.twig */
  14. class __TwigTemplate_dc4053140a476bb39188f2d7a46c33e181d21d695d90c3f526899948e475da93 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.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.             'body' => [$this'block_body'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_operario.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_operario.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html>
  40.     <head>
  41.         <meta charset=\"UTF-8\">
  42. \t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
  43.         <title>";
  44.         // line 6
  45.         $this->displayBlock('title'$context$blocks);
  46.         echo "</title>
  47.         ";
  48.         // line 9
  49.         echo "\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
  50. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  51.         ";
  52.         // line 11
  53.         $this->displayBlock('stylesheets'$context$blocks);
  54.         // line 14
  55.         echo "
  56.         ";
  57.         // line 15
  58.         $this->displayBlock('javascripts'$context$blocks);
  59.         // line 18
  60.         echo "        \t\t<!--begin::Global Config(global config for global JS scripts)-->
  61. \t\t\t<script>
  62. \t\t\t\tvar KTAppSettings = {
  63. \t\t\t\t\t\"breakpoints\": {
  64. \t\t\t\t\t\t\"sm\": 576,
  65. \t\t\t\t\t\t\"md\": 768,
  66. \t\t\t\t\t\t\"lg\": 992,
  67. \t\t\t\t\t\t\"xl\": 1200,
  68. \t\t\t\t\t\t\"xxl\": 1400
  69. \t\t\t\t\t},
  70. \t\t\t\t\t\"colors\": {
  71. \t\t\t\t\t\t\"theme\": {
  72. \t\t\t\t\t\t\t\"base\": {
  73. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  74. \t\t\t\t\t\t\t\t\"primary\": \"#3699FF\",
  75. \t\t\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
  76. \t\t\t\t\t\t\t\t\"success\": \"#1BC5BD\",
  77. \t\t\t\t\t\t\t\t\"info\": \"#8950FC\",
  78. \t\t\t\t\t\t\t\t\"warning\": \"#FFA800\",
  79. \t\t\t\t\t\t\t\t\"danger\": \"#F64E60\",
  80. \t\t\t\t\t\t\t\t\"light\": \"#E4E6EF\",
  81. \t\t\t\t\t\t\t\t\"dark\": \"#181C32\"
  82. \t\t\t\t\t\t\t},
  83. \t\t\t\t\t\t\t\"light\": {
  84. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  85. \t\t\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
  86. \t\t\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
  87. \t\t\t\t\t\t\t\t\"success\": \"#C9F7F5\",
  88. \t\t\t\t\t\t\t\t\"info\": \"#EEE5FF\",
  89. \t\t\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
  90. \t\t\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
  91. \t\t\t\t\t\t\t\t\"light\": \"#F3F6F9\",
  92. \t\t\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
  93. \t\t\t\t\t\t\t},
  94. \t\t\t\t\t\t\t\"inverse\": {
  95. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  96. \t\t\t\t\t\t\t\t\"primary\": \"#ffffff\",
  97. \t\t\t\t\t\t\t\t\"secondary\": \"#3F4254\",
  98. \t\t\t\t\t\t\t\t\"success\": \"#ffffff\",
  99. \t\t\t\t\t\t\t\t\"info\": \"#ffffff\",
  100. \t\t\t\t\t\t\t\t\"warning\": \"#ffffff\",
  101. \t\t\t\t\t\t\t\t\"danger\": \"#ffffff\",
  102. \t\t\t\t\t\t\t\t\"light\": \"#464E5F\",
  103. \t\t\t\t\t\t\t\t\"dark\": \"#ffffff\"
  104. \t\t\t\t\t\t\t}
  105. \t\t\t\t\t\t},
  106. \t\t\t\t\t\t\"gray\": {
  107. \t\t\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
  108. \t\t\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
  109. \t\t\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
  110. \t\t\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
  111. \t\t\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
  112. \t\t\t\t\t\t\t\"gray-600\": \"#7E8299\",
  113. \t\t\t\t\t\t\t\"gray-700\": \"#5E6278\",
  114. \t\t\t\t\t\t\t\"gray-800\": \"#3F4254\",
  115. \t\t\t\t\t\t\t\"gray-900\": \"#181C32\"
  116. \t\t\t\t\t\t}
  117. \t\t\t\t\t},
  118. \t\t\t\t\t\"font-family\": \"Poppins\"
  119. \t\t\t\t};
  120. \t\t\t</script>
  121. \t\t\t<script src=\"";
  122.         // line 79
  123.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html"nulltrue);
  124.         echo "\"></script>
  125. \t\t\t<script src=\"";
  126.         // line 80
  127.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  128.         echo "\"></script>
  129. \t\t<!--end::Global Config-->
  130.     </head>
  131.         <body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled aside-minimize-hoverable\">
  132. \t\t";
  133.         // line 85
  134.         echo "\t\t";
  135.         echo twig_include($this->env$context"includes/layout/_page-loader.html.twig");
  136.         echo "
  137. \t\t<!--begin::Main-->
  138. \t\t";
  139.         // line 87
  140.         echo twig_include($this->env$context"includes/layout/_header-mobile.html.twig");
  141.         echo "
  142. \t\t<div class=\"d-flex flex-column flex-root\">
  143.             <!--begin::Wrapper-->
  144.             <div class=\"d-flex flex-column flex-row-fluid wrapper\" id=\"kt_wrapper\">
  145.                 ";
  146.         // line 92
  147.         echo "                ";
  148.         echo twig_include($this->env$context"includes/layout/_header.html.twig");
  149.         echo "
  150.                 <!--begin::Content-->
  151.                 <div class=\"content d-flex flex-column flex-column-fluid\" id=\"kt_content\">
  152.                     ";
  153.         // line 95
  154.         echo twig_include($this->env$context"includes/partials/breadcrump.html.twig", ["text" => (isset($context["text"]) || array_key_exists("text"$context) ? $context["text"] : (function () { throw new RuntimeError('Variable "text" does not exist.'95$this->source); })())]);
  155.         echo "
  156.                     ";
  157.         // line 96
  158.         $this->displayBlock('body'$context$blocks);
  159.         // line 98
  160.         echo "                </div>
  161.                 <!--end::Content-->
  162.                 ";
  163.         // line 100
  164.         echo twig_include($this->env$context"includes/layout/_footer.html.twig");
  165.         echo "
  166.             </div>
  167.             <!--end::Wrapper-->
  168. \t\t</div>
  169. \t\t<!--end::Main-->
  170. \t\t";
  171.         // line 106
  172.         echo "\t\t";
  173.         echo twig_include($this->env$context"includes/layout/_extras/scrolltop.html.twig");
  174.         echo "
  175.     </body>
  176. </html>
  177. ";
  178.         
  179.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  180.         
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  182.     }
  183.     // line 6
  184.     public function block_title($context, array $blocks = [])
  185.     {
  186.         $macros $this->macros;
  187.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  189.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  190.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  191.         echo "Javier Ramos";
  192.         
  193.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  194.         
  195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  196.     }
  197.     // line 11
  198.     public function block_stylesheets($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  205.         // line 12
  206.         echo "            ";
  207.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  208.         echo "
  209.         ";
  210.         
  211.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  212.         
  213.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  214.     }
  215.     // line 15
  216.     public function block_javascripts($context, array $blocks = [])
  217.     {
  218.         $macros $this->macros;
  219.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  220.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  221.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  223.         // line 16
  224.         echo "            ";
  225.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  226.         echo "
  227.         ";
  228.         
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  230.         
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  232.     }
  233.     // line 96
  234.     public function block_body($context, array $blocks = [])
  235.     {
  236.         $macros $this->macros;
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  239.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  241.         // line 97
  242.         echo "                    ";
  243.         
  244.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  245.         
  246.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  247.     }
  248.     public function getTemplateName()
  249.     {
  250.         return "base_operario.html.twig";
  251.     }
  252.     public function isTraitable()
  253.     {
  254.         return false;
  255.     }
  256.     public function getDebugInfo()
  257.     {
  258.         return array (  271 => 97,  261 => 96,  248 => 16,  238 => 15,  225 => 12,  215 => 11,  196 => 6,  181 => 106,  173 => 100,  169 => 98,  167 => 96,  163 => 95,  156 => 92,  149 => 87,  143 => 85,  136 => 80,  132 => 79,  69 => 18,  67 => 15,  64 => 14,  62 => 11,  58 => 9,  54 => 6,  47 => 1,);
  259.     }
  260.     public function getSourceContext()
  261.     {
  262.         return new Source("<!DOCTYPE html>
  263. <html>
  264.     <head>
  265.         <meta charset=\"UTF-8\">
  266. \t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
  267.         <title>{% block title %}Javier Ramos{% endblock %}</title>
  268.         {# Run `composer require symfony/webpack-encore-bundle`
  269.            and uncomment the following Encore helpers to start using Symfony UX #}
  270. \t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
  271. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  272.         {% block stylesheets %}
  273.             {{ encore_entry_link_tags('app') }}
  274.         {% endblock %}
  275.         {% block javascripts %}
  276.             {{ encore_entry_script_tags('app') }}
  277.         {% endblock %}
  278.         \t\t<!--begin::Global Config(global config for global JS scripts)-->
  279. \t\t\t<script>
  280. \t\t\t\tvar KTAppSettings = {
  281. \t\t\t\t\t\"breakpoints\": {
  282. \t\t\t\t\t\t\"sm\": 576,
  283. \t\t\t\t\t\t\"md\": 768,
  284. \t\t\t\t\t\t\"lg\": 992,
  285. \t\t\t\t\t\t\"xl\": 1200,
  286. \t\t\t\t\t\t\"xxl\": 1400
  287. \t\t\t\t\t},
  288. \t\t\t\t\t\"colors\": {
  289. \t\t\t\t\t\t\"theme\": {
  290. \t\t\t\t\t\t\t\"base\": {
  291. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  292. \t\t\t\t\t\t\t\t\"primary\": \"#3699FF\",
  293. \t\t\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
  294. \t\t\t\t\t\t\t\t\"success\": \"#1BC5BD\",
  295. \t\t\t\t\t\t\t\t\"info\": \"#8950FC\",
  296. \t\t\t\t\t\t\t\t\"warning\": \"#FFA800\",
  297. \t\t\t\t\t\t\t\t\"danger\": \"#F64E60\",
  298. \t\t\t\t\t\t\t\t\"light\": \"#E4E6EF\",
  299. \t\t\t\t\t\t\t\t\"dark\": \"#181C32\"
  300. \t\t\t\t\t\t\t},
  301. \t\t\t\t\t\t\t\"light\": {
  302. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  303. \t\t\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
  304. \t\t\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
  305. \t\t\t\t\t\t\t\t\"success\": \"#C9F7F5\",
  306. \t\t\t\t\t\t\t\t\"info\": \"#EEE5FF\",
  307. \t\t\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
  308. \t\t\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
  309. \t\t\t\t\t\t\t\t\"light\": \"#F3F6F9\",
  310. \t\t\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
  311. \t\t\t\t\t\t\t},
  312. \t\t\t\t\t\t\t\"inverse\": {
  313. \t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
  314. \t\t\t\t\t\t\t\t\"primary\": \"#ffffff\",
  315. \t\t\t\t\t\t\t\t\"secondary\": \"#3F4254\",
  316. \t\t\t\t\t\t\t\t\"success\": \"#ffffff\",
  317. \t\t\t\t\t\t\t\t\"info\": \"#ffffff\",
  318. \t\t\t\t\t\t\t\t\"warning\": \"#ffffff\",
  319. \t\t\t\t\t\t\t\t\"danger\": \"#ffffff\",
  320. \t\t\t\t\t\t\t\t\"light\": \"#464E5F\",
  321. \t\t\t\t\t\t\t\t\"dark\": \"#ffffff\"
  322. \t\t\t\t\t\t\t}
  323. \t\t\t\t\t\t},
  324. \t\t\t\t\t\t\"gray\": {
  325. \t\t\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
  326. \t\t\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
  327. \t\t\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
  328. \t\t\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
  329. \t\t\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
  330. \t\t\t\t\t\t\t\"gray-600\": \"#7E8299\",
  331. \t\t\t\t\t\t\t\"gray-700\": \"#5E6278\",
  332. \t\t\t\t\t\t\t\"gray-800\": \"#3F4254\",
  333. \t\t\t\t\t\t\t\"gray-900\": \"#181C32\"
  334. \t\t\t\t\t\t}
  335. \t\t\t\t\t},
  336. \t\t\t\t\t\"font-family\": \"Poppins\"
  337. \t\t\t\t};
  338. \t\t\t</script>
  339. \t\t\t<script src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
  340. \t\t\t<script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
  341. \t\t<!--end::Global Config-->
  342.     </head>
  343.         <body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled aside-minimize-hoverable\">
  344. \t\t{#{{ include(\"includes/layout/_extras/offcanvas/quick-panel.html.twig\") }}#}
  345. \t\t{{ include('includes/layout/_page-loader.html.twig') }}
  346. \t\t<!--begin::Main-->
  347. \t\t{{ include('includes/layout/_header-mobile.html.twig') }}
  348. \t\t<div class=\"d-flex flex-column flex-root\">
  349.             <!--begin::Wrapper-->
  350.             <div class=\"d-flex flex-column flex-row-fluid wrapper\" id=\"kt_wrapper\">
  351.                 {#{{ include('includes/partials/_hr_sparkles.html.twig') }}#}
  352.                 {{ include('includes/layout/_header.html.twig') }}
  353.                 <!--begin::Content-->
  354.                 <div class=\"content d-flex flex-column flex-column-fluid\" id=\"kt_content\">
  355.                     {{ include('includes/partials/breadcrump.html.twig', {'text' : text}) }}
  356.                     {% block body %}
  357.                     {% endblock %}
  358.                 </div>
  359.                 <!--end::Content-->
  360.                 {{ include('includes/layout/_footer.html.twig') }}
  361.             </div>
  362.             <!--end::Wrapper-->
  363. \t\t</div>
  364. \t\t<!--end::Main-->
  365. \t\t{#{{ include('includes/layout/layout.html.twig') }}#}
  366. \t\t{{ include('includes/layout/_extras/scrolltop.html.twig') }}
  367.     </body>
  368. </html>
  369. ""base_operario.html.twig""/var/www/vhosts/apunts.es/jramos.apunts.es/templates/base_operario.html.twig");
  370.     }
  371. }