var/cache/dev/twig/36/366a3cd6ffc888c29dd73300f96b8386.php line 41

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* @Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig */
  15. class __TwigTemplate_c29e47b8a1d0181242f54943d1b74106 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "@Flexy/FrontBundle/Themes/IlaveU/templates/layout.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig"));
  41.         $this->parent $this->loadTemplate("@Flexy/FrontBundle/Themes/IlaveU/templates/layout.html.twig""@Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 3
  49.     public function block_stylesheets($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  56.         // line 4
  57.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  58.         yield "
  59. <link href=\"";
  60.         // line 5
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("flexy/js/editorjs-plugins/test-plugin/test.css"), "html"nulltrue);
  62.         yield "\" rel=\"stylesheet\"  />
  63. <style>
  64. \t";
  65.         // line 7
  66.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'7$this->source); })()), "jsonContentCSS", [], "any"falsefalsefalse7), "html"nulltrue);
  67.         yield "
  68. </style>
  69. ";
  70.         
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.         return; yield '';
  75.     }
  76.     // line 11
  77.     public function block_body($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  84.         // line 12
  85.         yield "
  86. \t<div id=\"subtitle-wrapper\" class=\" lazyloaded\" data-bg=\"";
  87.         // line 14
  88.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg"), "html"nulltrue);
  89.         yield "\" style=\"background-image: url(";
  90.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg"), "html"nulltrue);
  91.         yield ");\">
  92. \t\t<div class=\"subtitle-wrapper-img lazyloaded\" data-bg=\"";
  93.         // line 15
  94.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg"), "html"nulltrue);
  95.         yield "\" style=\"background-image: url(";
  96.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg"), "html"nulltrue);
  97.         yield ");\">
  98. \t\t\t<div class=\"container container-fluid-xl\">
  99. \t\t\t\t
  100. \t\t\t\t<h1 class=\"subtitle__title\">";
  101.         // line 18
  102.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'18$this->source); })()), "title", [], "any"falsefalsefalse18), "html"nulltrue);
  103.         yield "</h1>
  104. \t\t\t</div>
  105. \t\t\t<div class=\"bubbleContainer\">
  106. \t\t\t\t<div class=\"bubble-1\"></div>
  107. \t\t\t\t<div class=\"bubble-2\"></div>
  108. \t\t\t\t<div class=\"bubble-3\"></div>
  109. \t\t\t\t<div class=\"bubble-4\"></div>
  110. \t\t\t\t<div class=\"bubble-5\"></div>
  111. \t\t\t\t<div class=\"bubble-6\"></div>
  112. \t\t\t\t<div class=\"bubble-7\"></div>
  113. \t\t\t\t<div class=\"bubble-8\"></div>
  114. \t\t\t\t<div class=\"bubble-9\"></div>
  115. \t\t\t\t<div class=\"bubble-10\"></div>
  116. \t\t\t</div>
  117. \t\t</div>
  118. \t</div>
  119. \t<div class=\"container mb-5 mt-5\">
  120. <div>
  121. ";
  122.         // line 39
  123.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'39$this->source); })()), "jsonContentHTML", [], "any"falsefalsefalse39);
  124.         yield "
  125. </div>
  126. \t\t
  127. \t\t
  128. \t\t
  129. \t</div>
  130. ";
  131.         
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133.         
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  135.         return; yield '';
  136.     }
  137.     // line 49
  138.     public function block_javascripts($context, array $blocks = [])
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  145.         // line 50
  146.         yield "\t";
  147.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  148.         yield "
  149. \t
  150. ";
  151.         
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  153.         
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  155.         return; yield '';
  156.     }
  157.     /**
  158.      * @codeCoverageIgnore
  159.      */
  160.     public function getTemplateName()
  161.     {
  162.         return "@Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig";
  163.     }
  164.     /**
  165.      * @codeCoverageIgnore
  166.      */
  167.     public function isTraitable()
  168.     {
  169.         return false;
  170.     }
  171.     /**
  172.      * @codeCoverageIgnore
  173.      */
  174.     public function getDebugInfo()
  175.     {
  176.         return array (  176 => 50,  166 => 49,  146 => 39,  122 => 18,  114 => 15,  108 => 14,  104 => 12,  94 => 11,  80 => 7,  75 => 5,  71 => 4,  61 => 3,  38 => 1,);
  177.     }
  178.     public function getSourceContext()
  179.     {
  180.         return new Source("{% extends '@Flexy/FrontBundle/Themes/IlaveU/templates/layout.html.twig' %}
  181. {% block stylesheets %}
  182. {{parent()}}
  183. <link href=\"{{asset('flexy/js/editorjs-plugins/test-plugin/test.css')}}\" rel=\"stylesheet\"  />
  184. <style>
  185. \t{{page.jsonContentCSS}}
  186. </style>
  187. {% endblock %}
  188. {% block body %}
  189. \t<div id=\"subtitle-wrapper\" class=\" lazyloaded\" data-bg=\"{{asset('themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg')}}\" style=\"background-image: url({{asset('themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg')}});\">
  190. \t\t<div class=\"subtitle-wrapper-img lazyloaded\" data-bg=\"{{asset('themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg')}}\" style=\"background-image: url({{asset('themes/ilaveu/laundry/images/subtitle-wrapper01-img.jpg')}});\">
  191. \t\t\t<div class=\"container container-fluid-xl\">
  192. \t\t\t\t
  193. \t\t\t\t<h1 class=\"subtitle__title\">{{page.title}}</h1>
  194. \t\t\t</div>
  195. \t\t\t<div class=\"bubbleContainer\">
  196. \t\t\t\t<div class=\"bubble-1\"></div>
  197. \t\t\t\t<div class=\"bubble-2\"></div>
  198. \t\t\t\t<div class=\"bubble-3\"></div>
  199. \t\t\t\t<div class=\"bubble-4\"></div>
  200. \t\t\t\t<div class=\"bubble-5\"></div>
  201. \t\t\t\t<div class=\"bubble-6\"></div>
  202. \t\t\t\t<div class=\"bubble-7\"></div>
  203. \t\t\t\t<div class=\"bubble-8\"></div>
  204. \t\t\t\t<div class=\"bubble-9\"></div>
  205. \t\t\t\t<div class=\"bubble-10\"></div>
  206. \t\t\t</div>
  207. \t\t</div>
  208. \t</div>
  209. \t<div class=\"container mb-5 mt-5\">
  210. <div>
  211. {{page.jsonContentHTML|raw}}
  212. </div>
  213. \t\t
  214. \t\t
  215. \t\t
  216. \t</div>
  217. {% endblock %}
  218. {% block javascripts %}
  219. \t{{parent()}}
  220. \t
  221. {% endblock %}
  222. ""@Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig""/home/gebcloud/public_html/ilaveu/src/Flexy/FrontBundle/Themes/IlaveU/templates/pages/singlePage.html.twig");
  223.     }
  224. }