var/cache/dev/twig/ce/ce5344f29fe478cc82c603615e8e9029.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/legal.html.twig */
  14. class __TwigTemplate_2772a7c3661a5ee28639562f87fcd04a extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "frontend/base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/legal.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/legal.html.twig"));
  38.         $this->parent $this->loadTemplate("frontend/base.html.twig""frontend/legal.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 4
  54.         echo "    ";
  55.         $this->loadTemplate("frontend/partials/_breadcrumb.html.twig""frontend/legal.html.twig"4)->display($context);
  56.         // line 5
  57.         echo "    <section class=\"space-2 space-lg-3\">
  58.         <div class=\"container\">
  59.             <h1 class=\"h2 space-bottom-1\">";
  60.         // line 7
  61.         echo twig_escape_filter($this->env$this->extensions['Keen\Twig\TwigExtension']->pageTitle(), "html"nulltrue);
  62.         echo "</h1>
  63.             <div>
  64.                 ";
  65.         // line 9
  66.         echo $this->extensions['OneAM\Libraries\BlockEditor\Twig\TwigExtension']->renderContent($this->envtwig_get_attribute($this->env$this->source, (isset($context["legal"]) || array_key_exists("legal"$context) ? $context["legal"] : (function () { throw new RuntimeError('Variable "legal" does not exist.'9$this->source); })()), "content", [], "any"falsefalsefalse9));
  67.         echo "
  68.             </div>
  69.         </div>
  70.     </section>
  71. ";
  72.         
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  74.         
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  76.     }
  77.     public function getTemplateName()
  78.     {
  79.         return "frontend/legal.html.twig";
  80.     }
  81.     public function isTraitable()
  82.     {
  83.         return false;
  84.     }
  85.     public function getDebugInfo()
  86.     {
  87.         return array (  80 => 9,  75 => 7,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  88.     }
  89.     public function getSourceContext()
  90.     {
  91.         return new Source("{% extends 'frontend/base.html.twig' %}
  92. {% block body %}
  93.     {% include 'frontend/partials/_breadcrumb.html.twig' %}
  94.     <section class=\"space-2 space-lg-3\">
  95.         <div class=\"container\">
  96.             <h1 class=\"h2 space-bottom-1\">{{ pageTitle() }}</h1>
  97.             <div>
  98.                 {{ legal.content|block_editor_render }}
  99.             </div>
  100.         </div>
  101.     </section>
  102. {% endblock %}
  103. ""frontend/legal.html.twig""/var/www/vhosts/dev.oneam.it/astralpool.dev.oneam.it/templates/frontend/legal.html.twig");
  104.     }
  105. }