<?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;
/* website/includes/menu-mobile.html.twig */
class __TwigTemplate_c3f7c4aa6bcc6247767c84263a90b46b574726bdd3ffabd3bdb78bc6e04f98f3 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
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", "website/includes/menu-mobile.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "website/includes/menu-mobile.html.twig"));
// line 1
$macros["__internal_1a025293d2cc4153c58c0af54d3d2581067c03d11b557dcdd776eb82026fed16"] = $this->macros["__internal_1a025293d2cc4153c58c0af54d3d2581067c03d11b557dcdd776eb82026fed16"] = $this->loadTemplate("utils.html.twig", "website/includes/menu-mobile.html.twig", 1)->unwrap();
// line 2
echo "<div class=\"menu-mobile\" data-menu-ativo=\"site\">
<div class=\"ico-x js--close-menu-mobile\">";
// line 3
echo twig_call_macro($macros["__internal_1a025293d2cc4153c58c0af54d3d2581067c03d11b557dcdd776eb82026fed16"], "macro_ico", ["x"], 3, $context, $this->getSourceContext());
echo "</div>
<div class=\"menu-mobile-crop\">
";
// line 5
$this->displayBlock('content', $context, $blocks);
// line 8
echo " </div>
</div>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_content($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(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 6
echo " ";
$this->loadTemplate("website/includes/menu-mobile-site.html.twig", "website/includes/menu-mobile.html.twig", 6)->display($context);
// line 7
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "website/includes/menu-mobile.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 7, 77 => 6, 67 => 5, 56 => 8, 54 => 5, 49 => 3, 46 => 2, 44 => 1,);
}
public function getSourceContext()
{
return new Source("{% from 'utils.html.twig' import ico %}
<div class=\"menu-mobile\" data-menu-ativo=\"site\">
<div class=\"ico-x js--close-menu-mobile\">{{ ico('x') }}</div>
<div class=\"menu-mobile-crop\">
{% block content %}
{% include 'website/includes/menu-mobile-site.html.twig' %}
{% endblock %}
</div>
</div>", "website/includes/menu-mobile.html.twig", "/var/www/html/templates/website/includes/menu-mobile.html.twig");
}
}