var/cache/dev/twig/e6/e6e9965de653442437e7b7b8f54427d6.php line 54
<?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;
/* base2.html.twig */
class __TwigTemplate_63742b77e124d5519f436207eb36accf extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
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", "base2.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base2.html.twig"));
// line 1
$this->loadTemplate("partials/head.html.twig", "base2.html.twig", 1)->display($context);
// line 2
echo "
<body>
";
// line 4
$this->loadTemplate("partials/mobileHeader.html.twig", "base2.html.twig", 4)->display($context);
// line 5
$this->loadTemplate("partials/generalHeader.html.twig", "base2.html.twig", 5)->display($context);
// line 6
$this->displayBlock('body', $context, $blocks);
// line 7
echo "
";
// line 8
$this->loadTemplate("partials/footer.html.twig", "base2.html.twig", 8)->display($context);
// line 9
echo "
<script src=\"../js/plugins-core/aos.js\"></script>
<script src=\"../js/plugins-script/aos.js\"></script>
<script src=\"../js/plugins-core/swiper-bundle.js\"></script>
<script src=\"../js/plugins-script/testimonial/testimonial.js\"></script>
<script src=\"../js/plugins-core/perfect-scrollbar.js\"></script>
<script src=\"../js/plugins-script/perfect-scrollbar.js\"></script>
<script src=\"../js/scripts.js\"></script>
<script
src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCM1n8TZCulTKvvFnaznr_sEodEXxrL44A&callback=initMap&v=weekly\"
defer
></script>
</div>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
public function block_body($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", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 6, 61 => 9, 59 => 8, 56 => 7, 54 => 6, 52 => 5, 50 => 4, 46 => 2, 44 => 1,);
}
public function getSourceContext()
{
return new Source("{% include 'partials/head.html.twig' %}
<body>
{% include 'partials/mobileHeader.html.twig' %}
{% include 'partials/generalHeader.html.twig' %}
{% block body %}{% endblock %}
{% include 'partials/footer.html.twig' %}
<script src=\"../js/plugins-core/aos.js\"></script>
<script src=\"../js/plugins-script/aos.js\"></script>
<script src=\"../js/plugins-core/swiper-bundle.js\"></script>
<script src=\"../js/plugins-script/testimonial/testimonial.js\"></script>
<script src=\"../js/plugins-core/perfect-scrollbar.js\"></script>
<script src=\"../js/plugins-script/perfect-scrollbar.js\"></script>
<script src=\"../js/scripts.js\"></script>
<script
src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyCM1n8TZCulTKvvFnaznr_sEodEXxrL44A&callback=initMap&v=weekly\"
defer
></script>
</div>
</body>
</html>
", "base2.html.twig", "/home/bestofi/bestof/templates/base2.html.twig");
}
}