<?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;
/* @Public/common/general-layout.html.twig */
class __TwigTemplate_de08f570f097f74ac07c1920a0d5b46b extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'container' => [$this, 'block_container'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@Public/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Public/common/general-layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Public/common/general-layout.html.twig"));
$this->parent = $this->loadTemplate("@Public/base.html.twig", "@Public/common/general-layout.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
// line 4
echo " <div class=\"svg-wrapper\">
<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
<defs>
<linearGradient id=\"vertical-gradient\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">
<stop offset=\"0%\" stop-color=\"#b4181a\"/>
<stop offset=\"25%\" stop-color=\"#d05712\"/>
<stop offset=\"50%\" stop-color=\"#fed200\"/>
<stop offset=\"75%\" stop-color=\"#6a992f\"/>
<stop offset=\"100%\" stop-color=\"#3a863c\"/>
</linearGradient>
</defs>
</svg>
<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
<defs>
<linearGradient id=\"horizontal-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">
<stop offset=\"0%\" stop-color=\"#b4181a\"/>
<stop offset=\"25%\" stop-color=\"#d05712\"/>
<stop offset=\"50%\" stop-color=\"#fed200\"/>
<stop offset=\"75%\" stop-color=\"#6a992f\"/>
<stop offset=\"100%\" stop-color=\"#3a863c\"/>
</linearGradient>
</defs>
</svg>
</div>
<div class=\"wrapper\">
";
// line 29
$this->loadTemplate("@Public/common/header.html.twig", "@Public/common/general-layout.html.twig", 29)->display($context);
// line 30
echo " <div class=\"content-wrapper\">
<div class=\"container\" id=\"general-container\">
";
// line 32
$this->displayBlock('content', $context, $blocks);
// line 33
echo "
<div class=\"preloader\">
<div class=\"loader fa-spin\"></div>
</div>
</div>
</div>
";
// line 39
$this->loadTemplate("@Public/common/footer.html.twig", "@Public/common/general-layout.html.twig", 39)->display($context);
// line 40
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 32
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Public/common/general-layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 125 => 32, 114 => 40, 112 => 39, 104 => 33, 102 => 32, 98 => 30, 96 => 29, 69 => 4, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@Public/base.html.twig' %}
{% block container %}
<div class=\"svg-wrapper\">
<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
<defs>
<linearGradient id=\"vertical-gradient\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">
<stop offset=\"0%\" stop-color=\"#b4181a\"/>
<stop offset=\"25%\" stop-color=\"#d05712\"/>
<stop offset=\"50%\" stop-color=\"#fed200\"/>
<stop offset=\"75%\" stop-color=\"#6a992f\"/>
<stop offset=\"100%\" stop-color=\"#3a863c\"/>
</linearGradient>
</defs>
</svg>
<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"0\" width=\"0\">
<defs>
<linearGradient id=\"horizontal-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">
<stop offset=\"0%\" stop-color=\"#b4181a\"/>
<stop offset=\"25%\" stop-color=\"#d05712\"/>
<stop offset=\"50%\" stop-color=\"#fed200\"/>
<stop offset=\"75%\" stop-color=\"#6a992f\"/>
<stop offset=\"100%\" stop-color=\"#3a863c\"/>
</linearGradient>
</defs>
</svg>
</div>
<div class=\"wrapper\">
{% include '@Public/common/header.html.twig' %}
<div class=\"content-wrapper\">
<div class=\"container\" id=\"general-container\">
{% block content %}{% endblock %}
<div class=\"preloader\">
<div class=\"loader fa-spin\"></div>
</div>
</div>
</div>
{% include '@Public/common/footer.html.twig' %}
</div>
{% endblock container %}
", "@Public/common/general-layout.html.twig", "/home/fmt/public_html/templates/common/general-layout.html.twig");
}
}