<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* @Buddybee/pages/404NotFound.html.twig */
class __TwigTemplate_60efc5491d93df0c174a06a7553ea8abb383a0c2be28e50adb56fa29fed07d9b extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "@Buddybee/pages/404NotFound.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Buddybee/pages/404NotFound.html.twig"));
// line 1
yield from $this->loadTemplate("@Application/inc/buddybee_new_header.html.twig", "@Buddybee/pages/404NotFound.html.twig", 1)->unwrap()->yield($context);
// line 2
yield "
<section class=\"topic-list\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-12\">
<img src=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard")), "html", null, true);
yield "buddybee_assets/images/errorPage.jpg\" alt=\"\" class=\"center\" style=\"height: 100%; width: 100%;\">
</div>
</div>
</div>
</section>
";
// line 13
yield from $this->loadTemplate("@Application/footer/buddybee_new_footer.html.twig", "@Buddybee/pages/404NotFound.html.twig", 13)->unwrap()->yield($context);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Buddybee/pages/404NotFound.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 62 => 13, 53 => 7, 46 => 2, 44 => 1,);
}
public function getSourceContext()
{
return new Source("{% include '@Application/inc/buddybee_new_header.html.twig' %}
<section class=\"topic-list\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-12\">
<img src=\"{{ absolute_url(path('dashboard')) }}buddybee_assets/images/errorPage.jpg\" alt=\"\" class=\"center\" style=\"height: 100%; width: 100%;\">
</div>
</div>
</div>
</section>
{% include '@Application/footer/buddybee_new_footer.html.twig' %}", "@Buddybee/pages/404NotFound.html.twig", "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/Buddybee/Resources/views/pages/404NotFound.html.twig");
}
}