var/cache/dev/twig/7f/7fb1de223723d52bd4d5f70e3c1b93ca9a8ee8de3f5936dd0691c9a4dcb026b4.php line 37

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_simple.html.twig */
  14. class __TwigTemplate_dd18c07c8396397d8ad2cedaf8b1f84a6bf3d021bfef95a2a66b18b45f5404e0 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_simple.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_simple.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html>
  40.     <head>
  41.         <meta charset=\"UTF-8\">
  42.         <title>";
  43.         // line 5
  44.         $this->displayBlock('title'$context$blocks);
  45.         echo "</title>
  46. \t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
  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 "    </head>
  61.     <body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading\">
  62. \t<!--begin::Global Config(global config for global JS scripts)-->
  63. \t<script>
  64. \t\tvar KTAppSettings = {
  65. \t\t\t\"breakpoints\": {
  66. \t\t\t\t\"sm\": 576,
  67. \t\t\t\t\"md\": 768,
  68. \t\t\t\t\"lg\": 992,
  69. \t\t\t\t\"xl\": 1200,
  70. \t\t\t\t\"xxl\": 1400
  71. \t\t\t},
  72. \t\t\t\"colors\": {
  73. \t\t\t\t\"theme\": {
  74. \t\t\t\t\t\"base\": {
  75. \t\t\t\t\t\t\"white\": \"#ffffff\",
  76. \t\t\t\t\t\t\"primary\": \"#3699FF\",
  77. \t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
  78. \t\t\t\t\t\t\"success\": \"#1BC5BD\",
  79. \t\t\t\t\t\t\"info\": \"#8950FC\",
  80. \t\t\t\t\t\t\"warning\": \"#FFA800\",
  81. \t\t\t\t\t\t\"danger\": \"#F64E60\",
  82. \t\t\t\t\t\t\"light\": \"#E4E6EF\",
  83. \t\t\t\t\t\t\"dark\": \"#181C32\"
  84. \t\t\t\t\t},
  85. \t\t\t\t\t\"light\": {
  86. \t\t\t\t\t\t\"white\": \"#ffffff\",
  87. \t\t\t\t\t\t\"primary\": \"#E1F0FF\",
  88. \t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
  89. \t\t\t\t\t\t\"success\": \"#C9F7F5\",
  90. \t\t\t\t\t\t\"info\": \"#EEE5FF\",
  91. \t\t\t\t\t\t\"warning\": \"#FFF4DE\",
  92. \t\t\t\t\t\t\"danger\": \"#FFE2E5\",
  93. \t\t\t\t\t\t\"light\": \"#F3F6F9\",
  94. \t\t\t\t\t\t\"dark\": \"#D6D6E0\"
  95. \t\t\t\t\t},
  96. \t\t\t\t\t\"inverse\": {
  97. \t\t\t\t\t\t\"white\": \"#ffffff\",
  98. \t\t\t\t\t\t\"primary\": \"#ffffff\",
  99. \t\t\t\t\t\t\"secondary\": \"#3F4254\",
  100. \t\t\t\t\t\t\"success\": \"#ffffff\",
  101. \t\t\t\t\t\t\"info\": \"#ffffff\",
  102. \t\t\t\t\t\t\"warning\": \"#ffffff\",
  103. \t\t\t\t\t\t\"danger\": \"#ffffff\",
  104. \t\t\t\t\t\t\"light\": \"#464E5F\",
  105. \t\t\t\t\t\t\"dark\": \"#ffffff\"
  106. \t\t\t\t\t}
  107. \t\t\t\t},
  108. \t\t\t\t\"gray\": {
  109. \t\t\t\t\t\"gray-100\": \"#F3F6F9\",
  110. \t\t\t\t\t\"gray-200\": \"#EBEDF3\",
  111. \t\t\t\t\t\"gray-300\": \"#E4E6EF\",
  112. \t\t\t\t\t\"gray-400\": \"#D1D3E0\",
  113. \t\t\t\t\t\"gray-500\": \"#B5B5C3\",
  114. \t\t\t\t\t\"gray-600\": \"#7E8299\",
  115. \t\t\t\t\t\"gray-700\": \"#5E6278\",
  116. \t\t\t\t\t\"gray-800\": \"#3F4254\",
  117. \t\t\t\t\t\"gray-900\": \"#181C32\"
  118. \t\t\t\t}
  119. \t\t\t},
  120. \t\t\t\"font-family\": \"Poppins\"
  121. \t\t};
  122. \t</script>
  123. \t<!--end::Global Config-->
  124. \t<!--begin::Main-->
  125. \t<div class=\"d-flex flex-column flex-root\">
  126. \t\t";
  127.         // line 85
  128.         $this->displayBlock('body'$context$blocks);
  129.         // line 87
  130.         echo "\t\t";
  131.         echo twig_include($this->env$context"includes/layout/_footer.html.twig");
  132.         echo "
  133. \t</div>
  134. \t<!--end::Main-->
  135. \t<script>var KTAppSettings = { \"breakpoints\": { \"sm\": 576, \"md\": 768, \"lg\": 992, \"xl\": 1200, \"xxl\": 1400 }, \"colors\": { \"theme\": { \"base\": { \"white\": \"#ffffff\", \"primary\": \"#3699FF\", \"secondary\": \"#E5EAEE\", \"success\": \"#1BC5BD\", \"info\": \"#8950FC\", \"warning\": \"#FFA800\", \"danger\": \"#F64E60\", \"light\": \"#E4E6EF\", \"dark\": \"#181C32\" }, \"light\": { \"white\": \"#ffffff\", \"primary\": \"#E1F0FF\", \"secondary\": \"#EBEDF3\", \"success\": \"#C9F7F5\", \"info\": \"#EEE5FF\", \"warning\": \"#FFF4DE\", \"danger\": \"#FFE2E5\", \"light\": \"#F3F6F9\", \"dark\": \"#D6D6E0\" }, \"inverse\": { \"white\": \"#ffffff\", \"primary\": \"#ffffff\", \"secondary\": \"#3F4254\", \"success\": \"#ffffff\", \"info\": \"#ffffff\", \"warning\": \"#ffffff\", \"danger\": \"#ffffff\", \"light\": \"#464E5F\", \"dark\": \"#ffffff\" } }, \"gray\": { \"gray-100\": \"#F3F6F9\", \"gray-200\": \"#EBEDF3\", \"gray-300\": \"#E4E6EF\", \"gray-400\": \"#D1D3E0\", \"gray-500\": \"#B5B5C3\", \"gray-600\": \"#7E8299\", \"gray-700\": \"#5E6278\", \"gray-800\": \"#3F4254\", \"gray-900\": \"#181C32\" } }, \"font-family\": \"Poppins\" };</script>
  136.     </body>
  137. </html>
  138. ";
  139.         
  140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  141.         
  142.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  143.     }
  144.     // line 5
  145.     public function block_title($context, array $blocks = [])
  146.     {
  147.         $macros $this->macros;
  148.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  150.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  152.         echo "Moldes Picassent";
  153.         
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  155.         
  156.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  157.     }
  158.     // line 11
  159.     public function block_stylesheets($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  164.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  166.         // line 12
  167.         echo "            ";
  168.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  169.         echo "
  170.         ";
  171.         
  172.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  173.         
  174.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  175.     }
  176.     // line 15
  177.     public function block_javascripts($context, array $blocks = [])
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  182.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  184.         // line 16
  185.         echo "            ";
  186.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  187.         echo "
  188.         ";
  189.         
  190.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  191.         
  192.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  193.     }
  194.     // line 85
  195.     public function block_body($context, array $blocks = [])
  196.     {
  197.         $macros $this->macros;
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  199.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  200.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  201.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  202.         // line 86
  203.         echo "\t\t";
  204.         
  205.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  206.         
  207.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  208.     }
  209.     public function getTemplateName()
  210.     {
  211.         return "base_simple.html.twig";
  212.     }
  213.     public function isTraitable()
  214.     {
  215.         return false;
  216.     }
  217.     public function getDebugInfo()
  218.     {
  219.         return array (  233 => 86,  223 => 85,  210 => 16,  200 => 15,  187 => 12,  177 => 11,  158 => 5,  140 => 87,  138 => 85,  69 => 18,  67 => 15,  64 => 14,  62 => 11,  58 => 9,  53 => 5,  47 => 1,);
  220.     }
  221.     public function getSourceContext()
  222.     {
  223.         return new Source("<!DOCTYPE html>
  224. <html>
  225.     <head>
  226.         <meta charset=\"UTF-8\">
  227.         <title>{% block title %}Moldes Picassent{% endblock %}</title>
  228. \t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
  229.         {# Run `composer require symfony/webpack-encore-bundle`
  230.            and uncomment the following Encore helpers to start using Symfony UX #}
  231. \t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
  232. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  233.         {% block stylesheets %}
  234.             {{ encore_entry_link_tags('app') }}
  235.         {% endblock %}
  236.         {% block javascripts %}
  237.             {{ encore_entry_script_tags('app') }}
  238.         {% endblock %}
  239.     </head>
  240.     <body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading\">
  241. \t<!--begin::Global Config(global config for global JS scripts)-->
  242. \t<script>
  243. \t\tvar KTAppSettings = {
  244. \t\t\t\"breakpoints\": {
  245. \t\t\t\t\"sm\": 576,
  246. \t\t\t\t\"md\": 768,
  247. \t\t\t\t\"lg\": 992,
  248. \t\t\t\t\"xl\": 1200,
  249. \t\t\t\t\"xxl\": 1400
  250. \t\t\t},
  251. \t\t\t\"colors\": {
  252. \t\t\t\t\"theme\": {
  253. \t\t\t\t\t\"base\": {
  254. \t\t\t\t\t\t\"white\": \"#ffffff\",
  255. \t\t\t\t\t\t\"primary\": \"#3699FF\",
  256. \t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
  257. \t\t\t\t\t\t\"success\": \"#1BC5BD\",
  258. \t\t\t\t\t\t\"info\": \"#8950FC\",
  259. \t\t\t\t\t\t\"warning\": \"#FFA800\",
  260. \t\t\t\t\t\t\"danger\": \"#F64E60\",
  261. \t\t\t\t\t\t\"light\": \"#E4E6EF\",
  262. \t\t\t\t\t\t\"dark\": \"#181C32\"
  263. \t\t\t\t\t},
  264. \t\t\t\t\t\"light\": {
  265. \t\t\t\t\t\t\"white\": \"#ffffff\",
  266. \t\t\t\t\t\t\"primary\": \"#E1F0FF\",
  267. \t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
  268. \t\t\t\t\t\t\"success\": \"#C9F7F5\",
  269. \t\t\t\t\t\t\"info\": \"#EEE5FF\",
  270. \t\t\t\t\t\t\"warning\": \"#FFF4DE\",
  271. \t\t\t\t\t\t\"danger\": \"#FFE2E5\",
  272. \t\t\t\t\t\t\"light\": \"#F3F6F9\",
  273. \t\t\t\t\t\t\"dark\": \"#D6D6E0\"
  274. \t\t\t\t\t},
  275. \t\t\t\t\t\"inverse\": {
  276. \t\t\t\t\t\t\"white\": \"#ffffff\",
  277. \t\t\t\t\t\t\"primary\": \"#ffffff\",
  278. \t\t\t\t\t\t\"secondary\": \"#3F4254\",
  279. \t\t\t\t\t\t\"success\": \"#ffffff\",
  280. \t\t\t\t\t\t\"info\": \"#ffffff\",
  281. \t\t\t\t\t\t\"warning\": \"#ffffff\",
  282. \t\t\t\t\t\t\"danger\": \"#ffffff\",
  283. \t\t\t\t\t\t\"light\": \"#464E5F\",
  284. \t\t\t\t\t\t\"dark\": \"#ffffff\"
  285. \t\t\t\t\t}
  286. \t\t\t\t},
  287. \t\t\t\t\"gray\": {
  288. \t\t\t\t\t\"gray-100\": \"#F3F6F9\",
  289. \t\t\t\t\t\"gray-200\": \"#EBEDF3\",
  290. \t\t\t\t\t\"gray-300\": \"#E4E6EF\",
  291. \t\t\t\t\t\"gray-400\": \"#D1D3E0\",
  292. \t\t\t\t\t\"gray-500\": \"#B5B5C3\",
  293. \t\t\t\t\t\"gray-600\": \"#7E8299\",
  294. \t\t\t\t\t\"gray-700\": \"#5E6278\",
  295. \t\t\t\t\t\"gray-800\": \"#3F4254\",
  296. \t\t\t\t\t\"gray-900\": \"#181C32\"
  297. \t\t\t\t}
  298. \t\t\t},
  299. \t\t\t\"font-family\": \"Poppins\"
  300. \t\t};
  301. \t</script>
  302. \t<!--end::Global Config-->
  303. \t<!--begin::Main-->
  304. \t<div class=\"d-flex flex-column flex-root\">
  305. \t\t{% block body %}
  306. \t\t{% endblock %}
  307. \t\t{{ include('includes/layout/_footer.html.twig') }}
  308. \t</div>
  309. \t<!--end::Main-->
  310. \t<script>var KTAppSettings = { \"breakpoints\": { \"sm\": 576, \"md\": 768, \"lg\": 992, \"xl\": 1200, \"xxl\": 1400 }, \"colors\": { \"theme\": { \"base\": { \"white\": \"#ffffff\", \"primary\": \"#3699FF\", \"secondary\": \"#E5EAEE\", \"success\": \"#1BC5BD\", \"info\": \"#8950FC\", \"warning\": \"#FFA800\", \"danger\": \"#F64E60\", \"light\": \"#E4E6EF\", \"dark\": \"#181C32\" }, \"light\": { \"white\": \"#ffffff\", \"primary\": \"#E1F0FF\", \"secondary\": \"#EBEDF3\", \"success\": \"#C9F7F5\", \"info\": \"#EEE5FF\", \"warning\": \"#FFF4DE\", \"danger\": \"#FFE2E5\", \"light\": \"#F3F6F9\", \"dark\": \"#D6D6E0\" }, \"inverse\": { \"white\": \"#ffffff\", \"primary\": \"#ffffff\", \"secondary\": \"#3F4254\", \"success\": \"#ffffff\", \"info\": \"#ffffff\", \"warning\": \"#ffffff\", \"danger\": \"#ffffff\", \"light\": \"#464E5F\", \"dark\": \"#ffffff\" } }, \"gray\": { \"gray-100\": \"#F3F6F9\", \"gray-200\": \"#EBEDF3\", \"gray-300\": \"#E4E6EF\", \"gray-400\": \"#D1D3E0\", \"gray-500\": \"#B5B5C3\", \"gray-600\": \"#7E8299\", \"gray-700\": \"#5E6278\", \"gray-800\": \"#3F4254\", \"gray-900\": \"#181C32\" } }, \"font-family\": \"Poppins\" };</script>
  311.     </body>
  312. </html>
  313. ""base_simple.html.twig""/var/www/vhosts/apunts.es/moldes.apunts.es/templates/base_simple.html.twig");
  314.     }
  315. }