var/cache/dev/twig/05/0539a71397e61c2cbd27754e42c630b0.php line 148

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @Founders/template.html.twig */
  16. class __TwigTemplate_6a291023f60673e54619054e6723d9cd extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'head' => [$this'block_head'],
  30.             'content' => [$this'block_content'],
  31.             'script' => [$this'block_script'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = []): iterable
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Founders/template.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Founders/template.html.twig"));
  41.         // line 1
  42.         yield "<!DOCTYPE html>
  43. <html lang=\"";
  44.         // line 2
  45.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "locale", [], "any"falsefalsefalse2) == "ua")) {
  46.             yield "uk-ua";
  47.         } else {
  48.             yield "ru-ua";
  49.         }
  50.         yield "\">
  51. \t<head>
  52.         <meta name=\"google-site-verification\" content=\"xDCU9JH0IMh_iyIeDM9RwpAKvituzrTeKsSq8d3vUbo\" />
  53. \t\t<link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">
  54.         ";
  55.         // line 8
  56.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'8$this->source); })()), "environment", [], "any"falsefalsefalse8) == "dev")) {
  57.             // line 9
  58.             yield "            <meta name=\"robots\" content=\"noindex, nofollow\">
  59.             <meta name=\"google-site-verification\" content=\"FWJj2KVU8sswZ4I7nJAffMG7Tj8xgkCr3XX-FgBmAus\" />
  60.         ";
  61.         }
  62.         // line 12
  63.         yield "
  64. \t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"> <meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=0\">
  65. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  66. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  67.         // line 15
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/founders/img/icon/180x180.jpg"), "html"nulltrue);
  69.         yield "\">
  70. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  71.         // line 16
  72.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/founders/img/icon/32x32.jpg"), "html"nulltrue);
  73.         yield "\">
  74. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  75.         // line 17
  76.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/founders/img/icon/16x16.jpg"), "html"nulltrue);
  77.         yield "\">
  78. \t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/";
  79.         // line 18
  80.         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.'18$this->source); })()), "html"nulltrue);
  81.         yield "/founders/css/founders.css?";
  82.         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.'18$this->source); })()), "html"nulltrue);
  83.         yield "\">
  84. \t\t";
  85.         // line 20
  86.         yield from $this->unwrap()->yieldBlock('head'$context$blocks);
  87.         // line 26
  88.         yield "
  89.         <meta property=\"og:type\" content=\"Facebook\"/>
  90.         <meta property=\"og:type\" content=\"Instagram\"/>
  91.         <meta property=\"og:type\" content=\"website\"/>
  92.         <meta property=\"og:url\" content=\"";
  93.         // line 30
  94.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'30$this->source); })()), "request", [], "any"falsefalsefalse30), "uri", [], "any"falsefalsefalse30), "html"nulltrue);
  95.         yield "\"/>
  96.         <meta property=\"og:site_name\" content=\"Сайт родини Джуринських\" />
  97.         ";
  98.         // line 32
  99.         if ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'32$this->source); })()), "request", [], "any"falsefalsefalse32), "attributes", [], "any"falsefalsefalse32), "get", ["_route"], "method"falsefalsefalse32)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  100.             // line 33
  101.             yield "            <link rel=\"canonical\" href=\"";
  102.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'33$this->source); })()), "request", [], "any"falsefalsefalse33), "attributes", [], "any"falsefalsefalse33), "get", ["_route"], "method"falsefalsefalse33), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'33$this->source); })()), "request", [], "any"falsefalsefalse33), "attributes", [], "any"falsefalsefalse33), "get", ["_route_params"], "method"falsefalsefalse33)), "html"nulltrue);
  103.             yield "\"/>
  104.         ";
  105.         }
  106.         // line 35
  107.         yield "
  108.         <noscript><img alt=\"facebook\" height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=3289350507805894&ev=PageView&noscript=1\"/></noscript>
  109. \t\t<noscript>
  110. \t\t\t<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NG6MLQG\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>
  111. \t\t</noscript>
  112.         <!-- Google Tag Manager -->
  113.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  114.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  115.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  116.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  117.             })(window,document,'script','dataLayer','GTM-NG92CK5W');</script>
  118.         <!-- End Google Tag Manager -->
  119.     </head>
  120. \t<body>
  121.     <!-- Google Tag Manager (noscript) -->
  122.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NG92CK5W\"
  123.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  124.     <!-- End Google Tag Manager (noscript) -->
  125.     <div class=\"global__wrapper\">
  126. \t\t\t";
  127.         // line 59
  128.         yield from $this->load("@Founders/header.html.twig"59)->unwrap()->yield($context);
  129.         // line 60
  130.         yield "\t\t\t<main class=\"main\" id=\"main\"> ";
  131.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  132.         // line 61
  133.         yield "\t\t\t\t</main>
  134. \t\t\t\t";
  135.         // line 62
  136.         yield from $this->load("@Founders/footer.html.twig"62)->unwrap()->yield($context);
  137.         // line 63
  138.         yield "\t\t\t</div>
  139. \t\t\t<iframe style=\"display: none\" src=\"";
  140.         // line 65
  141.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("my_ios_cross_domain_auth");
  142.         yield "\"></iframe>
  143. \t\t\t<script src=\"/dist/";
  144.         // line 67
  145.         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.'67$this->source); })()), "html"nulltrue);
  146.         yield "/founders/js/founders.js?";
  147.         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.'67$this->source); })()), "html"nulltrue);
  148.         yield "\"></script>
  149. \t\t\t";
  150.         // line 69
  151.         yield from $this->unwrap()->yieldBlock('script'$context$blocks);
  152.         // line 79
  153.         yield "\t\t</body>
  154. \t</html>
  155. ";
  156.         
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  158.         
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  160.         yield from [];
  161.     }
  162.     // line 20
  163.     /**
  164.      * @return iterable<null|scalar|\Stringable>
  165.      */
  166.     public function block_head(array $context, array $blocks = []): iterable
  167.     {
  168.         $macros $this->macros;
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  173.         // line 21
  174.         yield "            <title>Офіційний сайт родини Джуринських</title>
  175.             <meta name=\"description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
  176.             <meta property=\"og:title\" content=\"Офіційний сайт родини Джуринських\">
  177.             <meta property=\"og:description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
  178.         ";
  179.         
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181.         
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  183.         yield from [];
  184.     }
  185.     // line 60
  186.     /**
  187.      * @return iterable<null|scalar|\Stringable>
  188.      */
  189.     public function block_content(array $context, array $blocks = []): iterable
  190.     {
  191.         $macros $this->macros;
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  196.         
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.         yield from [];
  201.     }
  202.     // line 69
  203.     /**
  204.      * @return iterable<null|scalar|\Stringable>
  205.      */
  206.     public function block_script(array $context, array $blocks = []): iterable
  207.     {
  208.         $macros $this->macros;
  209.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""script"));
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""script"));
  213.         // line 70
  214.         yield "                <script type=\"application/ld+json\">
  215.                     {
  216.                         \"@context\": \"https://schema.org/\",
  217.                         \"@type\": \"WebSite\",
  218.                         \"name\": \"Офіційний сайт родини Джуринських\",
  219.                         \"url\": \"";
  220.         // line 75
  221.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'75$this->source); })()), "request", [], "any"falsefalsefalse75), "uri", [], "any"falsefalsefalse75), "html"nulltrue);
  222.         yield "\"
  223.                     }
  224.                 </script>
  225.             ";
  226.         
  227.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  228.         
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  230.         yield from [];
  231.     }
  232.     /**
  233.      * @codeCoverageIgnore
  234.      */
  235.     public function getTemplateName(): string
  236.     {
  237.         return "@Founders/template.html.twig";
  238.     }
  239.     /**
  240.      * @codeCoverageIgnore
  241.      */
  242.     public function isTraitable(): bool
  243.     {
  244.         return false;
  245.     }
  246.     /**
  247.      * @codeCoverageIgnore
  248.      */
  249.     public function getDebugInfo(): array
  250.     {
  251.         return array (  256 => 75,  249 => 70,  236 => 69,  214 => 60,  199 => 21,  186 => 20,  173 => 79,  171 => 69,  164 => 67,  159 => 65,  155 => 63,  153 => 62,  150 => 61,  147 => 60,  145 => 59,  119 => 35,  113 => 33,  111 => 32,  106 => 30,  100 => 26,  98 => 20,  91 => 18,  87 => 17,  83 => 16,  79 => 15,  74 => 12,  69 => 9,  67 => 8,  54 => 2,  51 => 1,);
  252.     }
  253.     public function getSourceContext(): Source
  254.     {
  255.         return new Source("<!DOCTYPE html>
  256. <html lang=\"{% if app.request.locale == 'ua' %}uk-ua{% else %}ru-ua{% endif %}\">
  257. \t<head>
  258.         <meta name=\"google-site-verification\" content=\"xDCU9JH0IMh_iyIeDM9RwpAKvituzrTeKsSq8d3vUbo\" />
  259. \t\t<link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">
  260.         {% if app.environment == 'dev' %}
  261.             <meta name=\"robots\" content=\"noindex, nofollow\">
  262.             <meta name=\"google-site-verification\" content=\"FWJj2KVU8sswZ4I7nJAffMG7Tj8xgkCr3XX-FgBmAus\" />
  263.         {% endif %}
  264. \t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"> <meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=0\">
  265. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  266. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('bundles/founders/img/icon/180x180.jpg') }}\">
  267. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('bundles/founders/img/icon/32x32.jpg') }}\">
  268. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('bundles/founders/img/icon/16x16.jpg') }}\">
  269. \t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/{{ MODE }}/founders/css/founders.css?{{ VERSION }}\">
  270. \t\t{% block head %}
  271.             <title>Офіційний сайт родини Джуринських</title>
  272.             <meta name=\"description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
  273.             <meta property=\"og:title\" content=\"Офіційний сайт родини Джуринських\">
  274.             <meta property=\"og:description\" content=\"Моя сім‘я – це сенс мого життя. Вона те, що дає натхнення, навіть у ту мить, коли у будь-кого з інших, можливо, опустилися б руки\">
  275.         {% endblock head %}
  276.         <meta property=\"og:type\" content=\"Facebook\"/>
  277.         <meta property=\"og:type\" content=\"Instagram\"/>
  278.         <meta property=\"og:type\" content=\"website\"/>
  279.         <meta property=\"og:url\" content=\"{{ app.request.uri }}\"/>
  280.         <meta property=\"og:site_name\" content=\"Сайт родини Джуринських\" />
  281.         {% if app.request.attributes.get('_route') %}
  282.             <link rel=\"canonical\" href=\"{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}\"/>
  283.         {% endif %}
  284.         <noscript><img alt=\"facebook\" height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=3289350507805894&ev=PageView&noscript=1\"/></noscript>
  285. \t\t<noscript>
  286. \t\t\t<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NG6MLQG\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>
  287. \t\t</noscript>
  288.         <!-- Google Tag Manager -->
  289.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  290.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  291.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  292.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  293.             })(window,document,'script','dataLayer','GTM-NG92CK5W');</script>
  294.         <!-- End Google Tag Manager -->
  295.     </head>
  296. \t<body>
  297.     <!-- Google Tag Manager (noscript) -->
  298.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NG92CK5W\"
  299.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  300.     <!-- End Google Tag Manager (noscript) -->
  301.     <div class=\"global__wrapper\">
  302. \t\t\t{% include '@Founders/header.html.twig' %}
  303. \t\t\t<main class=\"main\" id=\"main\"> {% block content %}{% endblock content %}
  304. \t\t\t\t</main>
  305. \t\t\t\t{% include '@Founders/footer.html.twig' %}
  306. \t\t\t</div>
  307. \t\t\t<iframe style=\"display: none\" src=\"{{ path('my_ios_cross_domain_auth') }}\"></iframe>
  308. \t\t\t<script src=\"/dist/{{ MODE }}/founders/js/founders.js?{{ VERSION }}\"></script>
  309. \t\t\t{% block script %}
  310.                 <script type=\"application/ld+json\">
  311.                     {
  312.                         \"@context\": \"https://schema.org/\",
  313.                         \"@type\": \"WebSite\",
  314.                         \"name\": \"Офіційний сайт родини Джуринських\",
  315.                         \"url\": \"{{ app.request.uri }}\"
  316.                     }
  317.                 </script>
  318.             {% endblock script %}
  319. \t\t</body>
  320. \t</html>
  321. ""@Founders/template.html.twig""/var/www/vidi.ua/releases/251023-65bd7d10/src/FoundersBundle/Resources/views/template.html.twig");
  322.     }
  323. }