var/cache/dev/twig/c3/c3bdc65cd6f2272d8a842a6dd2f5561c.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. /* @Public/common/general-layout.html.twig */
  14. class __TwigTemplate_de08f570f097f74ac07c1920a0d5b46b 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->blocks = [
  23.             'container' => [$this'block_container'],
  24.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "@Public/base.html.twig";
  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""@Public/common/general-layout.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""@Public/common/general-layout.html.twig"));
  39.         $this->parent $this->loadTemplate("@Public/base.html.twig""@Public/common/general-layout.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_container($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  54.         // line 4
  55.         echo "    <div class=\"svg-wrapper\">
  56.         <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
  57.             <defs>
  58.                 <linearGradient id=\"vertical-gradient\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">
  59.                     <stop offset=\"0%\" stop-color=\"#b4181a\"/>
  60.                     <stop offset=\"25%\" stop-color=\"#d05712\"/>
  61.                     <stop offset=\"50%\" stop-color=\"#fed200\"/>
  62.                     <stop offset=\"75%\" stop-color=\"#6a992f\"/>
  63.                     <stop offset=\"100%\" stop-color=\"#3a863c\"/>
  64.                 </linearGradient>
  65.             </defs>
  66.         </svg>
  67.         <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
  68.             <defs>
  69.                 <linearGradient id=\"horizontal-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">
  70.                     <stop offset=\"0%\" stop-color=\"#b4181a\"/>
  71.                     <stop offset=\"25%\" stop-color=\"#d05712\"/>
  72.                     <stop offset=\"50%\" stop-color=\"#fed200\"/>
  73.                     <stop offset=\"75%\" stop-color=\"#6a992f\"/>
  74.                     <stop offset=\"100%\" stop-color=\"#3a863c\"/>
  75.                 </linearGradient>
  76.             </defs>
  77.         </svg>
  78.     </div>
  79.     <div class=\"wrapper\">
  80.     ";
  81.         // line 29
  82.         $this->loadTemplate("@Public/common/header.html.twig""@Public/common/general-layout.html.twig"29)->display($context);
  83.         // line 30
  84.         echo "    <div class=\"content-wrapper\">
  85.         <div class=\"container\" id=\"general-container\">
  86.             ";
  87.         // line 32
  88.         $this->displayBlock('content'$context$blocks);
  89.         // line 33
  90.         echo "
  91.             <div class=\"preloader\">
  92.                 <div class=\"loader fa-spin\"></div>
  93.             </div>
  94.         </div>
  95.     </div>
  96.     ";
  97.         // line 39
  98.         $this->loadTemplate("@Public/common/footer.html.twig""@Public/common/general-layout.html.twig"39)->display($context);
  99.         // line 40
  100.         echo "    </div>
  101. ";
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.         
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  106.     }
  107.     // line 32
  108.     public function block_content($context, array $blocks = [])
  109.     {
  110.         $macros $this->macros;
  111.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  115.         
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  117.         
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  119.     }
  120.     public function getTemplateName()
  121.     {
  122.         return "@Public/common/general-layout.html.twig";
  123.     }
  124.     public function isTraitable()
  125.     {
  126.         return false;
  127.     }
  128.     public function getDebugInfo()
  129.     {
  130.         return array (  125 => 32,  114 => 40,  112 => 39,  104 => 33,  102 => 32,  98 => 30,  96 => 29,  69 => 4,  59 => 3,  36 => 1,);
  131.     }
  132.     public function getSourceContext()
  133.     {
  134.         return new Source("{% extends '@Public/base.html.twig' %}
  135. {% block container %}
  136.     <div class=\"svg-wrapper\">
  137.         <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
  138.             <defs>
  139.                 <linearGradient id=\"vertical-gradient\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">
  140.                     <stop offset=\"0%\" stop-color=\"#b4181a\"/>
  141.                     <stop offset=\"25%\" stop-color=\"#d05712\"/>
  142.                     <stop offset=\"50%\" stop-color=\"#fed200\"/>
  143.                     <stop offset=\"75%\" stop-color=\"#6a992f\"/>
  144.                     <stop offset=\"100%\" stop-color=\"#3a863c\"/>
  145.                 </linearGradient>
  146.             </defs>
  147.         </svg>
  148.         <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
  149.             <defs>
  150.                 <linearGradient id=\"horizontal-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">
  151.                     <stop offset=\"0%\" stop-color=\"#b4181a\"/>
  152.                     <stop offset=\"25%\" stop-color=\"#d05712\"/>
  153.                     <stop offset=\"50%\" stop-color=\"#fed200\"/>
  154.                     <stop offset=\"75%\" stop-color=\"#6a992f\"/>
  155.                     <stop offset=\"100%\" stop-color=\"#3a863c\"/>
  156.                 </linearGradient>
  157.             </defs>
  158.         </svg>
  159.     </div>
  160.     <div class=\"wrapper\">
  161.     {% include '@Public/common/header.html.twig' %}
  162.     <div class=\"content-wrapper\">
  163.         <div class=\"container\" id=\"general-container\">
  164.             {% block content %}{% endblock %}
  165.             <div class=\"preloader\">
  166.                 <div class=\"loader fa-spin\"></div>
  167.             </div>
  168.         </div>
  169.     </div>
  170.     {% include '@Public/common/footer.html.twig' %}
  171.     </div>
  172. {% endblock container %}
  173. ""@Public/common/general-layout.html.twig""/home/fmt/public_html/templates/common/general-layout.html.twig");
  174.     }
  175. }