<?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;
use Twig\TemplateWrapper;
/* @Founders/Main/index.html.twig */
class __TwigTemplate_ea832e211e7bd790f98a446f5d65abde extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'head' => [$this, 'block_head'],
'content' => [$this, 'block_content'],
'script' => [$this, 'block_script'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "@Founders/template.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "@Founders/Main/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Founders/Main/index.html.twig"));
$this->parent = $this->load("@Founders/template.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 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_head(array $context, array $blocks = []): iterable
{
$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", "head"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
// line 4
yield "
<title>Офіційний сайт родини Джуринських</title>
<meta name=\"description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
\t<meta property=\"og:title\" content=\"Офіційний сайт родини Джуринських\">
<meta property=\"og:description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
<meta property=\"og:image\" content=\"";
// line 9
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/founders/img/home-banner.jpg"), "html", null, true);
yield "\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 10, $this->source); })()), "html", null, true);
yield "/founders/css/foundersMain.css?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 10, $this->source); })()), "html", null, true);
yield "\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 13
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$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 14
yield "
<section class=\"section_global_banner\">
<div class=\"container\">
<div class=\"global_banner_wrapper global_banner_arrow\">
<div class=\"global_banner_info_box\">
<p class=\"banner_info_title\">РОДИНА ДЖУРИНСЬКИХ</p>
<p class=\"banner_text\">«Моя сім‘я – це сенс мого життя. <br>
Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, <br>
можливо, опустилися б руки»</p>
<p class=\"banner_bottom_text\">Віталій Джуринський, засновник групи компаній VIDI</p>
</div>
<img class=\"global_banner_img\" src=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/founders/img/home-banner.jpg"), "html", null, true);
yield "\" alt=\"\">
</div>
<p class=\"global_banner_text\">Родина Джуринських, що є власником компанії VIDI, успішно веде сімейний бізнес
<br>
у сфері роздрібного автомобільного сегменту в Україні. <br>
Компанія, заснована у 1994 році, стала лідером завдяки наполегливій праці, <br>
спільним цілям сім'ї та їхньому родинному кредо: <br>
\"Мрій, Трудись, Досягай\"
</p>
</div>
</section>
<section class=\"section_site_tiles element-animation\">
<div class=\"container\">
<div class=\"site_tiles_header\">
<p class=\"tiles_header_title\">медіацентр</p>
<p class=\"tiles_header_sub_title\">Подивіться наші останні новини</p>
</div>
";
// line 45
yield from $this->load("@Founders/Modules/posts.html.twig", 45)->unwrap()->yield($context);
// line 46
yield " <a class=\"site_btn site_tiles_btn\" href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("founders_news");
yield "\">Всі новини</a>
</div>
</section>
";
// line 50
yield from $this->load("@Founders/Modules/like-minded-people.html.twig", 50)->unwrap()->yield($context);
// line 51
yield "
<section class=\"section_expression element-animation\">
<div class=\"container\">
<div class=\"expression_wrapper\">
<p class=\"expression_text\">… Лупайте сю скалу! <br>
Нехай ні жар, ні холод не спинить вас! <br>
Зносіть і труд, і спрагу, й голод, <br>
Бо вам призначено <br>
скалу сесю розбить....
</p>
<p class=\"expression_sub_text\">Іван Франко, «Каменярі»</p>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 68
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_script(array $context, array $blocks = []): iterable
{
$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", "script"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "script"));
// line 69
yield " <script src=\"/dist/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 69, $this->source); })()), "html", null, true);
yield "/founders/js/foundersMain.js?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 69, $this->source); })()), "html", null, true);
yield "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@Founders/Main/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 204 => 69, 191 => 68, 165 => 51, 163 => 50, 155 => 46, 153 => 45, 130 => 25, 117 => 14, 104 => 13, 89 => 10, 85 => 9, 78 => 4, 65 => 3, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '@Founders/template.html.twig' %}
{% block head %}
<title>Офіційний сайт родини Джуринських</title>
<meta name=\"description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
\t<meta property=\"og:title\" content=\"Офіційний сайт родини Джуринських\">
<meta property=\"og:description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
<meta property=\"og:image\" content=\"{{ asset('bundles/founders/img/home-banner.jpg') }}\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/{{ MODE }}/founders/css/foundersMain.css?{{ VERSION }}\">
{% endblock head %}
{% block content %}
<section class=\"section_global_banner\">
<div class=\"container\">
<div class=\"global_banner_wrapper global_banner_arrow\">
<div class=\"global_banner_info_box\">
<p class=\"banner_info_title\">РОДИНА ДЖУРИНСЬКИХ</p>
<p class=\"banner_text\">«Моя сім‘я – це сенс мого життя. <br>
Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, <br>
можливо, опустилися б руки»</p>
<p class=\"banner_bottom_text\">Віталій Джуринський, засновник групи компаній VIDI</p>
</div>
<img class=\"global_banner_img\" src=\"{{ asset('bundles/founders/img/home-banner.jpg') }}\" alt=\"\">
</div>
<p class=\"global_banner_text\">Родина Джуринських, що є власником компанії VIDI, успішно веде сімейний бізнес
<br>
у сфері роздрібного автомобільного сегменту в Україні. <br>
Компанія, заснована у 1994 році, стала лідером завдяки наполегливій праці, <br>
спільним цілям сім'ї та їхньому родинному кредо: <br>
\"Мрій, Трудись, Досягай\"
</p>
</div>
</section>
<section class=\"section_site_tiles element-animation\">
<div class=\"container\">
<div class=\"site_tiles_header\">
<p class=\"tiles_header_title\">медіацентр</p>
<p class=\"tiles_header_sub_title\">Подивіться наші останні новини</p>
</div>
{% include '@Founders/Modules/posts.html.twig' %}
<a class=\"site_btn site_tiles_btn\" href=\"{{ path('founders_news') }}\">Всі новини</a>
</div>
</section>
{% include '@Founders/Modules/like-minded-people.html.twig' %}
<section class=\"section_expression element-animation\">
<div class=\"container\">
<div class=\"expression_wrapper\">
<p class=\"expression_text\">… Лупайте сю скалу! <br>
Нехай ні жар, ні холод не спинить вас! <br>
Зносіть і труд, і спрагу, й голод, <br>
Бо вам призначено <br>
скалу сесю розбить....
</p>
<p class=\"expression_sub_text\">Іван Франко, «Каменярі»</p>
</div>
</div>
</section>
{% endblock content %}
{% block script %}
<script src=\"/dist/{{ MODE }}/founders/js/foundersMain.js?{{ VERSION }}\"></script>
{% endblock script %}
", "@Founders/Main/index.html.twig", "/var/www/vidi.ua/releases/251023-65bd7d10/src/FoundersBundle/Resources/views/Main/index.html.twig");
}
}