<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* page/about_us.html.twig */
class __TwigTemplate_0824305f3e2c494afe481f74855e7d97 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 "standard_tpl.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", "page/about_us.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "page/about_us.html.twig"));
// line 3
$context["page_background"] = "themes/castine/assets/images/banner/about-us.jpeg";
// line 1
$this->parent = $this->loadTemplate("standard_tpl.html.twig", "page/about_us.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
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 6
yield "
<!-- About tile -->
<section class=\"fast-about-tile-block\">
<div class=\"container\">
<div class=\"row justify-content-center align-items-center\">
<div class=\"col-lg-6 mb-3\">
<h2 class=\"about-us-title\">About us</h2>
";
// line 13
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 13, $this->source); })()), "getBody", [], "method", false, false, false, 13);
yield "
<div class=\"\"mission-vision>
<h3>Mission & Visions</h2>
<p>Our mission goes beyond hair care. We strive to empower individuals by offering natural solutions that enhance their beauty and confidence. We understand that hair plays a significant role in self-expression and identity, and we are here to support you on your journey to achieving your hair goals. Join the Konashz Naturals community and discover the transformative power of nature. Whether you are looking to stimulate growth, reduce hair fall, or simply maintain a healthy scalp, our products are designed to meet your needs. Thank you for choosing Konashz Naturals – your trusted partner in natural hair care.</p>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"fast-tile-block-img-wrapper\">
<img src=\"";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Boab\CmsBundle\Twig\Extension\MediaExtension']->generateMediaUrl(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 21, $this->source); })()), "thumbnail", [], "any", false, false, false, 21)), "html", null, true);
yield "\" class=\"img-fluid\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 21, $this->source); })()), "title", [], "any", false, false, false, 21), "html", null, true);
yield "\">
</div>
</div>
</div>
</div>
</section>
<!-- About tile -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "page/about_us.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 92 => 21, 81 => 13, 72 => 6, 62 => 5, 51 => 1, 49 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'standard_tpl.html.twig' %}
{% set page_background = 'themes/castine/assets/images/banner/about-us.jpeg' %}
{% block content %}
<!-- About tile -->
<section class=\"fast-about-tile-block\">
<div class=\"container\">
<div class=\"row justify-content-center align-items-center\">
<div class=\"col-lg-6 mb-3\">
<h2 class=\"about-us-title\">About us</h2>
{{ content.getBody()|raw }}
<div class=\"\"mission-vision>
<h3>Mission & Visions</h2>
<p>Our mission goes beyond hair care. We strive to empower individuals by offering natural solutions that enhance their beauty and confidence. We understand that hair plays a significant role in self-expression and identity, and we are here to support you on your journey to achieving your hair goals. Join the Konashz Naturals community and discover the transformative power of nature. Whether you are looking to stimulate growth, reduce hair fall, or simply maintain a healthy scalp, our products are designed to meet your needs. Thank you for choosing Konashz Naturals – your trusted partner in natural hair care.</p>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"fast-tile-block-img-wrapper\">
<img src=\"{{ content.thumbnail|media_url }}\" class=\"img-fluid\" alt=\"{{ content.title }}\">
</div>
</div>
</div>
</div>
</section>
<!-- About tile -->
{% endblock %}
", "page/about_us.html.twig", "/home/u835281259/domains/konashznaturals.com/siteFiles/templates/page/about_us.html.twig");
}
}