var/cache/dev/twig/6b/6b479ece9ec537be8c5c3c19c452654ba1d015c590eeb83ef14bc8b4645da539.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. /* Front/template_custom/index.html.twig */
  14. class __TwigTemplate_0ad4cf76897c06624bf3790c6080cfa20e737cdba459a7b34ed474e0c4fd5935 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.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Front/template_custom/index.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Front/template_custom/index.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""Front/template_custom/index.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.         
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  44.     }
  45.     // line 3
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 4
  54.         echo "    <div class=\"jumbotron pb-4 mb-4 mdc-elevation--z2\">
  55.         <div class=\"container\">
  56.             <h1 class=\"display-4\">
  57.                 ";
  58.         // line 7
  59.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["current_page"]) || array_key_exists("current_page"$context) ? $context["current_page"] : (function () { throw new RuntimeError('Variable "current_page" does not exist.'7$this->source); })()), "title", [], "any"falsefalsefalse7), "html"nulltrue);
  60.         echo "
  61.             </h1>
  62. ";
  63.         // line 10
  64.         echo "        </div>
  65.     </div>
  66.     <div class=\"container\">
  67.         <p>";
  68.         // line 13
  69.         echo twig_get_attribute($this->env$this->source, (isset($context["current_page"]) || array_key_exists("current_page"$context) ? $context["current_page"] : (function () { throw new RuntimeError('Variable "current_page" does not exist.'13$this->source); })()), "content", [], "any"falsefalsefalse13);
  70.         echo "</p>
  71.     </div>
  72. ";
  73.         
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  75.         
  76.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  77.     }
  78.     public function getTemplateName()
  79.     {
  80.         return "Front/template_custom/index.html.twig";
  81.     }
  82.     public function isTraitable()
  83.     {
  84.         return false;
  85.     }
  86.     public function getDebugInfo()
  87.     {
  88.         return array (  83 => 13,  78 => 10,  73 => 7,  68 => 4,  58 => 3,  35 => 1,);
  89.     }
  90.     public function getSourceContext()
  91.     {
  92.         return new Source("{% extends 'base.html.twig' %}
  93. {% block content %}
  94.     <div class=\"jumbotron pb-4 mb-4 mdc-elevation--z2\">
  95.         <div class=\"container\">
  96.             <h1 class=\"display-4\">
  97.                 {{ current_page.title }}
  98.             </h1>
  99. {#            <p>{{ 'front.custom_template.creation'|trans }} {{ current_page.createdBy.username }}</p>#}
  100.         </div>
  101.     </div>
  102.     <div class=\"container\">
  103.         <p>{{ current_page.content|raw }}</p>
  104.     </div>
  105. {% endblock content %}
  106. ""Front/template_custom/index.html.twig""/var/www/html/templates/Front/template_custom/index.html.twig");
  107.     }
  108. }