var/cache/dev/twig/4b/4b6fc18fba32034659154c47d619b34d76b2c16ae669e2558a01622398b38b00.php line 51

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/content.html.twig */
  14. class __TwigTemplate_a545fd77fabb4dc2e20a252509548a4dbc52fb48db449fe40cb4b078e86d3949 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.             'meta_title' => [$this'block_meta_title'],
  24.             'meta_decription' => [$this'block_meta_decription'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'layout' => [$this'block_layout'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/content.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/content.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""frontend/content.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_meta_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  56.         // line 3
  57.         echo "        ";
  58.         $context["metaTitle"] = twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'3$this->source); })()), "metaTitle", [], "any"falsefalsefalse3);
  59.         // line 4
  60.         echo "        ";
  61.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'4$this->source); })()), "html"nulltrue);
  62.         echo "
  63.     ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     // line 6
  70.     public function block_meta_decription($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  77.         // line 7
  78.         echo "        ";
  79.         $context["metaTitle"] = twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'7$this->source); })()), "metaTitle", [], "any"falsefalsefalse7);
  80.         // line 8
  81.         echo "        ";
  82.         $context["metaDescription"] = twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'8$this->source); })()), "metaDescription", [], "any"falsefalsefalse8);
  83.         // line 9
  84.         echo "        <meta name=\"twitter:card\" content=\"summary\" />
  85.         <meta name=\"twitter:site\" content=\"Sanral\" />
  86.         <meta name=\"twitter:title\" content=\"";
  87.         // line 11
  88.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'11$this->source); })()), "html"nulltrue);
  89.         echo "\" />
  90.         <meta name=\"twitter:description\" content=\"";
  91.         // line 12
  92.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'12$this->source); })()), "html"nulltrue);
  93.         echo "\" />
  94.         <meta name=\"twitter:image\" content=\"https://ap-live.nerdw.com/images/banner/about-banner.jpg\" />
  95.         <meta name=\"twitter:url\" content=\"";
  96.         // line 14
  97.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "uri", [], "any"falsefalsefalse14), "html"nulltrue);
  98.         echo "\" />
  99.         <meta name=\"og:image\" content=\"https://ap-live.nerdw.com/images/banner/about-banner.jpg\" />
  100.         <meta name=\"og:title\" content=\"";
  101.         // line 17
  102.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'17$this->source); })()), "html"nulltrue);
  103.         echo "\" />
  104.         <meta name=\"og:description\" content=\"";
  105.         // line 18
  106.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'18$this->source); })()), "html"nulltrue);
  107.         echo "\" />
  108.         <meta name=\"og:url\" content=\"";
  109.         // line 19
  110.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'19$this->source); })()), "request", [], "any"falsefalsefalse19), "uri", [], "any"falsefalsefalse19), "html"nulltrue);
  111.         echo "\" />
  112.         <meta name=\"description\" content=\"";
  113.         // line 20
  114.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'20$this->source); })()), "html"nulltrue);
  115.         echo "\">
  116.     ";
  117.         
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  119.         
  120.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  121.     }
  122.     // line 22
  123.     public function block_stylesheets($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  130.         // line 23
  131.         echo "        ";
  132.         $this->displayParentBlock("stylesheets"$context$blocks);
  133.         echo "
  134.     ";
  135.         
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  137.         
  138.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  139.     }
  140.     // line 26
  141.     public function block_layout($context, array $blocks = [])
  142.     {
  143.         $macros $this->macros;
  144.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  146.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  147.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  148.         // line 27
  149.         echo "
  150.         <!-- Banner -->
  151.         <div class=\"fl-builder-content fl-builder-content-14 fl-builder-content-primary fl-builder-global-templates-locked\" data-post-id=\"14\">
  152.             <div class=\"fl-row fl-row-full-width fl-row-bg-photo fl-node-5df0d4098ab6f fl-row-bg-overlay\" data-node=\"5df0d4098ab6f\">
  153.                 <div style=\"background-image: url('../../images/banners/";
  154.         // line 31
  155.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'31$this->source); })()), "banner", [], "any"falsefalsefalse31), "html"nulltrue);
  156.         echo "');    background-repeat: no-repeat;
  157.                         background-position: center bottom;
  158.                         background-attachment: scroll;
  159.                         background-size: cover;
  160.                         border-style: solid;
  161.                         border-width: 0;
  162.                         background-clip: border-box;
  163.                         border-color: #007663;
  164.                         border-bottom-width: 5px;\" class=\"fl-row-content-wrap\">
  165.                     <div class=\"uabb-row-separator uabb-top-row-separator\"></div>
  166.                     <div class=\"fl-row-content fl-row-fixed-width fl-node-content\">
  167.                         <div class=\"fl-col-group fl-node-5df0d4098ab68\" data-node=\"5df0d4098ab68\">
  168.                             <div class=\"fl-col fl-node-5df0d4098ab6c\" data-node=\"5df0d4098ab6c\">
  169.                                 <div class=\"fl-col-content fl-node-content\">
  170.                                     <div class=\"fl-module fl-module-pp-heading fl-node-5df0d4098ab6e\" data-node=\"5df0d4098ab6e\">
  171.                                         <div class=\"fl-module-content fl-node-content\">
  172.                                             <div class=\"pp-heading-content\">
  173.                                                 <div class=\"pp-heading pp-left\">
  174.                                                     <h2 class=\"heading-title\">
  175.                                                         <span class=\"title-text pp-primary-title\">";
  176.         // line 50
  177.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'50$this->source); })()), "title", [], "any"falsefalsefalse50), "html"nulltrue);
  178.         echo "</span>
  179.                                                     </h2>
  180.                                                 </div>
  181.                                                 <div class=\"pp-heading-separator line_only pp-left\">
  182.                                                     <span class=\"pp-separator-line\"></span>
  183.                                                 </div>
  184.                                             </div>
  185.                                         </div>
  186.                                     </div>
  187.                                 </div>
  188.                             </div>
  189.                         </div>
  190.                     </div>
  191.                 </div>
  192.             </div>
  193.             <div class=\"fl-row fl-row-full-width fl-row-bg-none fl-node-5df0d55b68c98\" data-node=\"5df0d55b68c98\">
  194.                 <div class=\"fl-row-content-wrap\">
  195.                     <div class=\"uabb-row-separator uabb-top-row-separator\"></div>
  196.                     <div class=\"fl-row-content fl-row-fixed-width fl-node-content\">
  197.                         <div class=\"fl-col-group fl-node-5df0d55b68c8e\" data-node=\"5df0d55b68c8e\">
  198.                             <div class=\"fl-col fl-node-5df0d55b68c94 fl-animation fl-fade-down fl-animated\" data-node=\"5df0d55b68c94\" data-animation-delay=\"0\" data-animation-duration=\"1\" style=\"animation-duration: 1s;\">
  199.                                 <div class=\"fl-col-content fl-node-content\">
  200.                                     <div class=\"fl-module fl-module-pp-heading fl-node-5df0d57e460ad\" data-node=\"5df0d57e460ad\">
  201.                                         <div class=\"fl-module-content fl-node-content\">
  202.                                             <div class=\"pp-heading-content\">
  203.                                                 <div class=\"pp-heading pp-left\">
  204.                                                     <h2 class=\"heading-title\">
  205.                                                         <span class=\"title-text pp-primary-title\">
  206.                                                             ";
  207.         // line 79
  208.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'79$this->source); })()), "title", [], "any"falsefalsefalse79), "html"nulltrue);
  209.         echo "
  210.                                                         </span>
  211.                                                     </h2>
  212.                                                 </div>
  213.                                                 <div class=\"pp-heading-separator line_only pp-left\">
  214.                                                     <span class=\"pp-separator-line\"></span>
  215.                                                 </div>
  216.                                                 <div class=\"pp-sub-heading\">
  217.                                                     ";
  218.         // line 87
  219.         echo twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'87$this->source); })()), "copy", [], "any"falsefalsefalse87);
  220.         echo "
  221.                                                 </div>
  222.                                             </div>
  223.                                         </div>
  224.                                     </div>
  225.                                 </div>
  226.                             </div>
  227.                         </div>
  228.                     </div>
  229.                 </div>
  230.             </div>
  231.         </div>
  232.     ";
  233.         
  234.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  235.         
  236.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  237.     }
  238.     public function getTemplateName()
  239.     {
  240.         return "frontend/content.html.twig";
  241.     }
  242.     public function isTraitable()
  243.     {
  244.         return false;
  245.     }
  246.     public function getDebugInfo()
  247.     {
  248.         return array (  250 => 87,  239 => 79,  207 => 50,  185 => 31,  179 => 27,  169 => 26,  156 => 23,  146 => 22,  134 => 20,  130 => 19,  126 => 18,  122 => 17,  116 => 14,  111 => 12,  107 => 11,  103 => 9,  100 => 8,  97 => 7,  87 => 6,  74 => 4,  71 => 3,  61 => 2,  38 => 1,);
  249.     }
  250.     public function getSourceContext()
  251.     {
  252.         return new Source("{% extends 'base.html.twig' %}
  253.     {% block meta_title %}
  254.         {% set metaTitle = content.metaTitle %}
  255.         {{ metaTitle }}
  256.     {% endblock %}
  257.     {% block meta_decription %}
  258.         {% set metaTitle = content.metaTitle %}
  259.         {% set metaDescription = content.metaDescription %}
  260.         <meta name=\"twitter:card\" content=\"summary\" />
  261.         <meta name=\"twitter:site\" content=\"Sanral\" />
  262.         <meta name=\"twitter:title\" content=\"{{ metaTitle }}\" />
  263.         <meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />
  264.         <meta name=\"twitter:image\" content=\"https://ap-live.nerdw.com/images/banner/about-banner.jpg\" />
  265.         <meta name=\"twitter:url\" content=\"{{ app.request.uri }}\" />
  266.         <meta name=\"og:image\" content=\"https://ap-live.nerdw.com/images/banner/about-banner.jpg\" />
  267.         <meta name=\"og:title\" content=\"{{ metaTitle }}\" />
  268.         <meta name=\"og:description\" content=\"{{ metaDescription }}\" />
  269.         <meta name=\"og:url\" content=\"{{ app.request.uri }}\" />
  270.         <meta name=\"description\" content=\"{{ metaDescription }}\">
  271.     {% endblock %}
  272.     {% block stylesheets %}
  273.         {{ parent() }}
  274.     {% endblock %}
  275.     {% block layout %}
  276.         <!-- Banner -->
  277.         <div class=\"fl-builder-content fl-builder-content-14 fl-builder-content-primary fl-builder-global-templates-locked\" data-post-id=\"14\">
  278.             <div class=\"fl-row fl-row-full-width fl-row-bg-photo fl-node-5df0d4098ab6f fl-row-bg-overlay\" data-node=\"5df0d4098ab6f\">
  279.                 <div style=\"background-image: url('../../images/banners/{{ content.banner }}');    background-repeat: no-repeat;
  280.                         background-position: center bottom;
  281.                         background-attachment: scroll;
  282.                         background-size: cover;
  283.                         border-style: solid;
  284.                         border-width: 0;
  285.                         background-clip: border-box;
  286.                         border-color: #007663;
  287.                         border-bottom-width: 5px;\" class=\"fl-row-content-wrap\">
  288.                     <div class=\"uabb-row-separator uabb-top-row-separator\"></div>
  289.                     <div class=\"fl-row-content fl-row-fixed-width fl-node-content\">
  290.                         <div class=\"fl-col-group fl-node-5df0d4098ab68\" data-node=\"5df0d4098ab68\">
  291.                             <div class=\"fl-col fl-node-5df0d4098ab6c\" data-node=\"5df0d4098ab6c\">
  292.                                 <div class=\"fl-col-content fl-node-content\">
  293.                                     <div class=\"fl-module fl-module-pp-heading fl-node-5df0d4098ab6e\" data-node=\"5df0d4098ab6e\">
  294.                                         <div class=\"fl-module-content fl-node-content\">
  295.                                             <div class=\"pp-heading-content\">
  296.                                                 <div class=\"pp-heading pp-left\">
  297.                                                     <h2 class=\"heading-title\">
  298.                                                         <span class=\"title-text pp-primary-title\">{{ content.title }}</span>
  299.                                                     </h2>
  300.                                                 </div>
  301.                                                 <div class=\"pp-heading-separator line_only pp-left\">
  302.                                                     <span class=\"pp-separator-line\"></span>
  303.                                                 </div>
  304.                                             </div>
  305.                                         </div>
  306.                                     </div>
  307.                                 </div>
  308.                             </div>
  309.                         </div>
  310.                     </div>
  311.                 </div>
  312.             </div>
  313.             <div class=\"fl-row fl-row-full-width fl-row-bg-none fl-node-5df0d55b68c98\" data-node=\"5df0d55b68c98\">
  314.                 <div class=\"fl-row-content-wrap\">
  315.                     <div class=\"uabb-row-separator uabb-top-row-separator\"></div>
  316.                     <div class=\"fl-row-content fl-row-fixed-width fl-node-content\">
  317.                         <div class=\"fl-col-group fl-node-5df0d55b68c8e\" data-node=\"5df0d55b68c8e\">
  318.                             <div class=\"fl-col fl-node-5df0d55b68c94 fl-animation fl-fade-down fl-animated\" data-node=\"5df0d55b68c94\" data-animation-delay=\"0\" data-animation-duration=\"1\" style=\"animation-duration: 1s;\">
  319.                                 <div class=\"fl-col-content fl-node-content\">
  320.                                     <div class=\"fl-module fl-module-pp-heading fl-node-5df0d57e460ad\" data-node=\"5df0d57e460ad\">
  321.                                         <div class=\"fl-module-content fl-node-content\">
  322.                                             <div class=\"pp-heading-content\">
  323.                                                 <div class=\"pp-heading pp-left\">
  324.                                                     <h2 class=\"heading-title\">
  325.                                                         <span class=\"title-text pp-primary-title\">
  326.                                                             {{ content.title }}
  327.                                                         </span>
  328.                                                     </h2>
  329.                                                 </div>
  330.                                                 <div class=\"pp-heading-separator line_only pp-left\">
  331.                                                     <span class=\"pp-separator-line\"></span>
  332.                                                 </div>
  333.                                                 <div class=\"pp-sub-heading\">
  334.                                                     {{ content.copy|raw }}
  335.                                                 </div>
  336.                                             </div>
  337.                                         </div>
  338.                                     </div>
  339.                                 </div>
  340.                             </div>
  341.                         </div>
  342.                     </div>
  343.                 </div>
  344.             </div>
  345.         </div>
  346.     {% endblock %}""frontend/content.html.twig""/var/www/html/huguenottunnel/templates/frontend/content.html.twig");
  347.     }
  348. }