<?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;
/* standard_tpl.html.twig */
class __TwigTemplate_c28320f0fa85107a45f264c42c438d80 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'page_container' => [$this, 'block_page_container'],
'page_content_wrapper' => [$this, 'block_page_content_wrapper'],
'page_content' => [$this, 'block_page_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "site_body.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", "standard_tpl.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "standard_tpl.html.twig"));
$this->parent = $this->loadTemplate("site_body.html.twig", "standard_tpl.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 3
public function block_page_container($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", "page_container"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_container"));
// line 4
echo "\t
\t";
// line 5
$context["headerBanner"] = ((array_key_exists("page_background", $context)) ? (_twig_default_filter((isset($context["page_background"]) || array_key_exists("page_background", $context) ? $context["page_background"] : (function () { throw new RuntimeError('Variable "page_background" does not exist.', 5, $this->source); })()), "page-title.jpg') }}")) : ("page-title.jpg') }}"));
// line 6
echo "\t<section class=\"page-title centred p_relative\">
\t\t<div class=\"bg-layer\" style=\"background-image: url(";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("build/images/" . (isset($context["headerBanner"]) || array_key_exists("headerBanner", $context) ? $context["headerBanner"] : (function () { throw new RuntimeError('Variable "headerBanner" does not exist.', 7, $this->source); })()))), "html", null, true);
echo ");\"></div>
\t\t<div class=\"pattern-layer\" style=\"background-image: url(assets/images/shape/shape-67.png);\"></div>
\t\t<div class=\"auto-container\">
\t\t\t<div class=\"content-box\">
\t\t\t\t<h1>";
// line 11
echo twig_escape_filter($this->env, (isset($context["pageTitle"]) || array_key_exists("pageTitle", $context) ? $context["pageTitle"] : (function () { throw new RuntimeError('Variable "pageTitle" does not exist.', 11, $this->source); })()), "html", null, true);
echo "</h1>
\t\t\t\t<ul class=\"bread-crumb clearfix\">
\t\t\t\t\t<li><a href=\"";
// line 13
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home_page");
echo "\">Home</a></li>
\t\t\t\t\t<li>";
// line 14
echo twig_escape_filter($this->env, (isset($context["pageTitle"]) || array_key_exists("pageTitle", $context) ? $context["pageTitle"] : (function () { throw new RuntimeError('Variable "pageTitle" does not exist.', 14, $this->source); })()), "html", null, true);
echo "</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</section>\t
\t";
// line 20
$this->displayBlock('page_content_wrapper', $context, $blocks);
// line 78
echo "\t
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 20
public function block_page_content_wrapper($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", "page_content_wrapper"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_wrapper"));
// line 21
echo "\t\t<section class=\"sidebar-page-container blog-standard p_relative\">
<div class=\"auto-container\">
<div class=\"row clearfix\">
<div class=\"col-lg-8 col-md-12 col-sm-12 content-side\">
<div class=\"blog-details-content\">
<div class=\"content-one mb_40\">
\t\t\t\t\t\t\t
\t\t\t\t\t\t\t";
// line 28
$this->displayBlock('page_content', $context, $blocks);
// line 29
echo "
\t\t\t\t\t\t\t</div>
<div class=\"content-two mb_40 call-to-action\">
<div class=\"text\">
<h3>";
// line 35
echo twig_escape_filter($this->env, 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.', 35, $this->source); })()), "title", [], "any", false, false, false, 35), "html", null, true);
echo "</h3>
<p> ";
// line 36
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString(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.', 36, $this->source); })()), "summary", [], "any", false, false, false, 36)), "truncate", [0 => 200], "method", false, false, false, 36), "html", null, true);
echo " </p>
<a href=\"";
// line 37
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("visa_application");
echo "\" class=\"btn btn-primary\">Apply Now</a>
</div>
</div>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 sidebar-side\">
<div class=\"default-sidebar blog-sidebar ml_10\">
<div class=\"sidebar-widget search-widget\">
<div class=\"widget-title\">
<h3>Search</h3>
</div>
<div class=\"search-form\">
<form action=\"\" method=\"post\">
<div class=\"form-group\">
<input type=\"search\" name=\"search-field\" placeholder=\"Keyword ...\" required=\"\">
<button type=\"submit\"><i class=\"icon-8\"></i></button>
</div>
</form>
</div>
</div>
<div class=\"sidebar-widget category-widget\">
<div class=\"widget-title\">
<h3>Other pages</h3>
</div>
<div class=\"widget-content\">
<ul class=\"category-list-two clearfix\">
<li><a href=\"blog-details.html\">Immigration</a></li>
<li><a href=\"blog-details.html\">Application</a></li>
<li><a href=\"blog-details.html\">Business Visa</a></li>
<li><a href=\"blog-details.html\">Spouse/Family Visas</a></li>
<li><a href=\"blog-details.html\">Working Visas</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 28
public function block_page_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", "page_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "standard_tpl.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 28, 153 => 37, 149 => 36, 145 => 35, 137 => 29, 135 => 28, 126 => 21, 116 => 20, 105 => 78, 103 => 20, 94 => 14, 90 => 13, 85 => 11, 78 => 7, 75 => 6, 73 => 5, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'site_body.html.twig' %}
{% block page_container %}
\t
\t{% set headerBanner = page_background | default(\"page-title.jpg') }}\") %}
\t<section class=\"page-title centred p_relative\">
\t\t<div class=\"bg-layer\" style=\"background-image: url({{ asset('build/images/'~headerBanner) }});\"></div>
\t\t<div class=\"pattern-layer\" style=\"background-image: url(assets/images/shape/shape-67.png);\"></div>
\t\t<div class=\"auto-container\">
\t\t\t<div class=\"content-box\">
\t\t\t\t<h1>{{ pageTitle }}</h1>
\t\t\t\t<ul class=\"bread-crumb clearfix\">
\t\t\t\t\t<li><a href=\"{{ path('home_page') }}\">Home</a></li>
\t\t\t\t\t<li>{{ pageTitle }}</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t</section>\t
\t{% block page_content_wrapper %}
\t\t<section class=\"sidebar-page-container blog-standard p_relative\">
<div class=\"auto-container\">
<div class=\"row clearfix\">
<div class=\"col-lg-8 col-md-12 col-sm-12 content-side\">
<div class=\"blog-details-content\">
<div class=\"content-one mb_40\">
\t\t\t\t\t\t\t
\t\t\t\t\t\t\t{% block page_content %} {% endblock %}
\t\t\t\t\t\t\t</div>
<div class=\"content-two mb_40 call-to-action\">
<div class=\"text\">
<h3>{{ content.title }}</h3>
<p> {{ content.summary|u.truncate(200)}} </p>
<a href=\"{{ path('visa_application') }}\" class=\"btn btn-primary\">Apply Now</a>
</div>
</div>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 sidebar-side\">
<div class=\"default-sidebar blog-sidebar ml_10\">
<div class=\"sidebar-widget search-widget\">
<div class=\"widget-title\">
<h3>Search</h3>
</div>
<div class=\"search-form\">
<form action=\"\" method=\"post\">
<div class=\"form-group\">
<input type=\"search\" name=\"search-field\" placeholder=\"Keyword ...\" required=\"\">
<button type=\"submit\"><i class=\"icon-8\"></i></button>
</div>
</form>
</div>
</div>
<div class=\"sidebar-widget category-widget\">
<div class=\"widget-title\">
<h3>Other pages</h3>
</div>
<div class=\"widget-content\">
<ul class=\"category-list-two clearfix\">
<li><a href=\"blog-details.html\">Immigration</a></li>
<li><a href=\"blog-details.html\">Application</a></li>
<li><a href=\"blog-details.html\">Business Visa</a></li>
<li><a href=\"blog-details.html\">Spouse/Family Visas</a></li>
<li><a href=\"blog-details.html\">Working Visas</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
\t{% endblock %}
\t
{% endblock %}
", "standard_tpl.html.twig", "/home/u835281259/domains/immihive.com/siteFiles/templates/standard_tpl.html.twig");
}
}