<?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_simple.html.twig */
class __TwigTemplate_dd18c07c8396397d8ad2cedaf8b1f84a6bf3d021bfef95a2a66b18b45f5404e0 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_simple.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_simple.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo "</title>
\t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
";
// line 9
echo "\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
";
// line 11
$this->displayBlock('stylesheets', $context, $blocks);
// line 14
echo "
";
// line 15
$this->displayBlock('javascripts', $context, $blocks);
// line 18
echo " </head>
<body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading\">
\t<!--begin::Global Config(global config for global JS scripts)-->
\t<script>
\t\tvar KTAppSettings = {
\t\t\t\"breakpoints\": {
\t\t\t\t\"sm\": 576,
\t\t\t\t\"md\": 768,
\t\t\t\t\"lg\": 992,
\t\t\t\t\"xl\": 1200,
\t\t\t\t\"xxl\": 1400
\t\t\t},
\t\t\t\"colors\": {
\t\t\t\t\"theme\": {
\t\t\t\t\t\"base\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#3699FF\",
\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
\t\t\t\t\t\t\"success\": \"#1BC5BD\",
\t\t\t\t\t\t\"info\": \"#8950FC\",
\t\t\t\t\t\t\"warning\": \"#FFA800\",
\t\t\t\t\t\t\"danger\": \"#F64E60\",
\t\t\t\t\t\t\"light\": \"#E4E6EF\",
\t\t\t\t\t\t\"dark\": \"#181C32\"
\t\t\t\t\t},
\t\t\t\t\t\"light\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
\t\t\t\t\t\t\"success\": \"#C9F7F5\",
\t\t\t\t\t\t\"info\": \"#EEE5FF\",
\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
\t\t\t\t\t\t\"light\": \"#F3F6F9\",
\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
\t\t\t\t\t},
\t\t\t\t\t\"inverse\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#ffffff\",
\t\t\t\t\t\t\"secondary\": \"#3F4254\",
\t\t\t\t\t\t\"success\": \"#ffffff\",
\t\t\t\t\t\t\"info\": \"#ffffff\",
\t\t\t\t\t\t\"warning\": \"#ffffff\",
\t\t\t\t\t\t\"danger\": \"#ffffff\",
\t\t\t\t\t\t\"light\": \"#464E5F\",
\t\t\t\t\t\t\"dark\": \"#ffffff\"
\t\t\t\t\t}
\t\t\t\t},
\t\t\t\t\"gray\": {
\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
\t\t\t\t\t\"gray-600\": \"#7E8299\",
\t\t\t\t\t\"gray-700\": \"#5E6278\",
\t\t\t\t\t\"gray-800\": \"#3F4254\",
\t\t\t\t\t\"gray-900\": \"#181C32\"
\t\t\t\t}
\t\t\t},
\t\t\t\"font-family\": \"Poppins\"
\t\t};
\t</script>
\t<!--end::Global Config-->
\t<!--begin::Main-->
\t<div class=\"d-flex flex-column flex-root\">
\t\t";
// line 85
$this->displayBlock('body', $context, $blocks);
// line 87
echo "\t\t";
echo twig_include($this->env, $context, "includes/layout/_footer.html.twig");
echo "
\t</div>
\t<!--end::Main-->
\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>
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Moldes Picassent";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 12
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 15
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 16
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 85
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 86
echo "\t\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base_simple.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}Moldes Picassent{% endblock %}</title>
\t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading\">
\t<!--begin::Global Config(global config for global JS scripts)-->
\t<script>
\t\tvar KTAppSettings = {
\t\t\t\"breakpoints\": {
\t\t\t\t\"sm\": 576,
\t\t\t\t\"md\": 768,
\t\t\t\t\"lg\": 992,
\t\t\t\t\"xl\": 1200,
\t\t\t\t\"xxl\": 1400
\t\t\t},
\t\t\t\"colors\": {
\t\t\t\t\"theme\": {
\t\t\t\t\t\"base\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#3699FF\",
\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
\t\t\t\t\t\t\"success\": \"#1BC5BD\",
\t\t\t\t\t\t\"info\": \"#8950FC\",
\t\t\t\t\t\t\"warning\": \"#FFA800\",
\t\t\t\t\t\t\"danger\": \"#F64E60\",
\t\t\t\t\t\t\"light\": \"#E4E6EF\",
\t\t\t\t\t\t\"dark\": \"#181C32\"
\t\t\t\t\t},
\t\t\t\t\t\"light\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
\t\t\t\t\t\t\"success\": \"#C9F7F5\",
\t\t\t\t\t\t\"info\": \"#EEE5FF\",
\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
\t\t\t\t\t\t\"light\": \"#F3F6F9\",
\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
\t\t\t\t\t},
\t\t\t\t\t\"inverse\": {
\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\"primary\": \"#ffffff\",
\t\t\t\t\t\t\"secondary\": \"#3F4254\",
\t\t\t\t\t\t\"success\": \"#ffffff\",
\t\t\t\t\t\t\"info\": \"#ffffff\",
\t\t\t\t\t\t\"warning\": \"#ffffff\",
\t\t\t\t\t\t\"danger\": \"#ffffff\",
\t\t\t\t\t\t\"light\": \"#464E5F\",
\t\t\t\t\t\t\"dark\": \"#ffffff\"
\t\t\t\t\t}
\t\t\t\t},
\t\t\t\t\"gray\": {
\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
\t\t\t\t\t\"gray-600\": \"#7E8299\",
\t\t\t\t\t\"gray-700\": \"#5E6278\",
\t\t\t\t\t\"gray-800\": \"#3F4254\",
\t\t\t\t\t\"gray-900\": \"#181C32\"
\t\t\t\t}
\t\t\t},
\t\t\t\"font-family\": \"Poppins\"
\t\t};
\t</script>
\t<!--end::Global Config-->
\t<!--begin::Main-->
\t<div class=\"d-flex flex-column flex-root\">
\t\t{% block body %}
\t\t{% endblock %}
\t\t{{ include('includes/layout/_footer.html.twig') }}
\t</div>
\t<!--end::Main-->
\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>
</body>
</html>
", "base_simple.html.twig", "/var/www/vhosts/apunts.es/moldes.apunts.es/templates/base_simple.html.twig");
}
}