| Current Path : /tmp/breakdance-438a3e64/twig-auto-generated-cache/5c/ |
| Current File : //tmp/breakdance-438a3e64/twig-auto-generated-cache/5c/5cfb5fd9f304ce4aece29eac7ff83f9b.php |
<?php
use Breakdance\Lib\Vendor\Twig\Environment;
use Breakdance\Lib\Vendor\Twig\Error\LoaderError;
use Breakdance\Lib\Vendor\Twig\Error\RuntimeError;
use Breakdance\Lib\Vendor\Twig\Extension\SandboxExtension;
use Breakdance\Lib\Vendor\Twig\Markup;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedTagError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use Breakdance\Lib\Vendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use Breakdance\Lib\Vendor\Twig\Source;
use Breakdance\Lib\Vendor\Twig\Template;
/* 78d48ac867b785d6c8133b38a51d6e46efda3a49 */
class __TwigTemplate_aacbefbffbe0512c851a0984b65e270a 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;
// line 1
echo "
";
// line 2
$macros["macros"] = $this->macros["macros"] = $this->loadTemplate("macros.twig", "78d48ac867b785d6c8133b38a51d6e46efda3a49", 2)->unwrap();
// line 3
echo "yes
";
}
public function getTemplateName()
{
return "78d48ac867b785d6c8133b38a51d6e46efda3a49";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "78d48ac867b785d6c8133b38a51d6e46efda3a49", "");
}
}