<?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; 
 
/* pages/contact.html.twig */ 
class __TwigTemplate_2e65c695b8e2f40f9806913d4dff814b extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'content' => [$this, 'block_content'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 1 
        return "base.html.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact.html.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact.html.twig")); 
 
        // line 5 
        $macros["macrosTypography"] = $this->macros["macrosTypography"] = $this->loadTemplate("./macros_typography.html.twig", "pages/contact.html.twig", 5)->unwrap(); 
        // line 6 
        $macros["macrosButton"] = $this->macros["macrosButton"] = $this->loadTemplate("./macros_button.html.twig", "pages/contact.html.twig", 6)->unwrap(); 
        // line 8 
        $context["headerColor"] = "header-transparent"; 
        // line 1 
        $this->parent = $this->loadTemplate("base.html.twig", "pages/contact.html.twig", 1); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 11 
    public function block_content($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content")); 
 
        // line 12 
        echo " 
          "; 
        // line 13 
        $context['_parent'] = $context; 
        $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "blocks", [], "any", false, false, false, 13)); 
        $context['loop'] = [ 
          'parent' => $context['_parent'], 
          'index0' => 0, 
          'index'  => 1, 
          'first'  => true, 
        ]; 
        if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { 
            $length = count($context['_seq']); 
            $context['loop']['revindex0'] = $length - 1; 
            $context['loop']['revindex'] = $length; 
            $context['loop']['length'] = $length; 
            $context['loop']['last'] = 1 === $length; 
        } 
        foreach ($context['_seq'] as $context["_key"] => $context["item"]) { 
            // line 14 
            echo "          <!-- "; 
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 14), "html", null, true); 
            echo " --> 
            "; 
            // line 15 
            echo twig_include($this->env, $context, (("includes/blocks/" . twig_get_attribute($this->env, $this->source, $context["item"], "type", [], "any", false, false, false, 15)) . ".html.twig"), ["content" => $context["item"], "template" => ($context["template"] ?? null)]); 
            echo " 
          "; 
            ++$context['loop']['index0']; 
            ++$context['loop']['index']; 
            $context['loop']['first'] = false; 
            if (isset($context['loop']['length'])) { 
                --$context['loop']['revindex0']; 
                --$context['loop']['revindex']; 
                $context['loop']['last'] = 0 === $context['loop']['revindex0']; 
            } 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 16 
        echo "  
 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "pages/contact.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  116 => 16,  100 => 15,  95 => 14,  78 => 13,  75 => 12,  65 => 11,  54 => 1,  52 => 8,  50 => 6,  48 => 5,  35 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends \"base.html.twig\" %} 
 
 
 
{% import \"./macros_typography.html.twig\" as macrosTypography %} 
{% import \"./macros_button.html.twig\" as macrosButton %} 
 
{% set headerColor = 'header-transparent'%} 
 
 
{% block content %} 
 
          {% for item in content.blocks %} 
          <!-- {{ item.type }} --> 
            {{ include('includes/blocks/' ~ item.type ~ '.html.twig', { content : item, template : template}) }} 
          {% endfor %}  
 
{% endblock %} 
", "pages/contact.html.twig", "/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/templates/pages/contact.html.twig"); 
    } 
}