var/cache/dev/twig/8c/8cc468422c78cdd8294f9f789dd1d05f.php line 274

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layout/base.html.twig */
  14. class __TwigTemplate_adb3a217e0d6be47c2a966eed217911e extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'meta_title' => [$this'block_meta_title'],
  25.             'meta_description' => [$this'block_meta_description'],
  26.             'og_title' => [$this'block_og_title'],
  27.             'og_description' => [$this'block_og_description'],
  28.             'og_image' => [$this'block_og_image'],
  29.             'additional_meta' => [$this'block_additional_meta'],
  30.             'stylesheets' => [$this'block_stylesheets'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.             'additional_head_style' => [$this'block_additional_head_style'],
  33.             'additional_head_javascript' => [$this'block_additional_head_javascript'],
  34.             'body_start_javascript' => [$this'block_body_start_javascript'],
  35.             'menu' => [$this'block_menu'],
  36.             'content' => [$this'block_content'],
  37.             'footer' => [$this'block_footer'],
  38.             'modals' => [$this'block_modals'],
  39.             'additional_javascript' => [$this'block_additional_javascript'],
  40.         ];
  41.     }
  42.     protected function doDisplay(array $context, array $blocks = [])
  43.     {
  44.         $macros $this->macros;
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/base.html.twig"));
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/base.html.twig"));
  49.         // line 1
  50.         echo "<!doctype html>
  51. <html lang=\"en\">
  52. <head>
  53.     <meta charset=\"utf-8\">
  54.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  55.     <title>";
  56.         // line 6
  57.         $this->displayBlock('meta_title'$context$blocks);
  58.         echo "</title>
  59.     <meta name=\"description\"
  60.           content=\"";
  61.         // line 8
  62.         $this->displayBlock('meta_description'$context$blocks);
  63.         // line 9
  64.         echo "\">
  65.     <meta property=\"og:url\" content=\"";
  66.         // line 11
  67.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'11$this->source); })()), "request", [], "any"falsefalsefalse11), "uri", [], "any"falsefalsefalse11), "html"nulltrue);
  68.         echo "\"/>
  69.     <meta property=\"og:type\" content=\"Website\"/>
  70.     <meta property=\"og:title\" content=\"";
  71.         // line 13
  72.         $this->displayBlock('og_title'$context$blocks);
  73.         echo "\"/>
  74.     <meta property=\"og:description\" content=\"";
  75.         // line 14
  76.         $this->displayBlock('og_description'$context$blocks);
  77.         // line 15
  78.         echo "\"/>
  79.     <meta property=\"og:image\" content=\"";
  80.         // line 16
  81.         $this->displayBlock('og_image'$context$blocks);
  82.         echo "\"/>
  83.     <link rel=\"shortcut icon\" href=\"";
  84.         // line 18
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/img/favicon.ico"), "html"nulltrue);
  86.         echo "\"/>
  87.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  88.         // line 19
  89.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/img/apple-touch-icon.png"), "html"nulltrue);
  90.         echo "\">
  91.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  92.         // line 20
  93.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/img/favicon-32x32.png"), "html"nulltrue);
  94.         echo "\">
  95.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  96.         // line 21
  97.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/img/favicon-16x16.png"), "html"nulltrue);
  98.         echo "\">
  99.     <link rel=\"manifest\" href=\"";
  100.         // line 22
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("site.webmanifest"), "html"nulltrue);
  102.         echo "\">
  103.     <meta name=\"msapplication-TileColor\" content=\"#da532c\">
  104.     <meta name=\"theme-color\" content=\"#da532c\">
  105.     ";
  106.         // line 26
  107.         $this->displayBlock('additional_meta'$context$blocks);
  108.         // line 28
  109.         echo "
  110.     ";
  111.         // line 29
  112.         $this->displayBlock('stylesheets'$context$blocks);
  113.         // line 33
  114.         echo "
  115.     ";
  116.         // line 34
  117.         if ((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'34$this->source); })()), "environment", [], "any"falsefalsefalse34) != "dev")) {
  118.             // line 35
  119.             echo "        <!-- Google Tag Manager -->
  120.         <script>(function (w, d, s, l, i) {
  121.             w[l] = w[l] || [];
  122.             w[l].push({
  123.               'gtm.start':
  124.                 new Date().getTime(), event: 'gtm.js'
  125.             });
  126.             var f = d.getElementsByTagName(s)[0],
  127.               j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  128.             j.async = true;
  129.             j.src =
  130.               'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  131.             f.parentNode.insertBefore(j, f);
  132.           })(window, document, 'script', 'dataLayer', 'GTM-KPM73GD');</script>
  133.         <!-- End Google Tag Manager -->
  134.         ";
  135.             // line 54
  136.             echo "        <script>
  137.           (function (i, s, o, g, r, a, m) {
  138.             i['GoogleAnalyticsObject'] = r;
  139.             i[r] = i[r] || function () {
  140.               (i[r].q = i[r].q || []).push(arguments)
  141.             }, i[r].l = 1 * new Date();
  142.             a = s.createElement(o),
  143.               m = s.getElementsByTagName(o)[0];
  144.             a.async = 1;
  145.             a.src = g;
  146.             m.parentNode.insertBefore(a, m)
  147.           })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  148.           ga('create', 'UA-83300155-1', 'auto');
  149.           ga('send', 'pageview');
  150.         </script>
  151.         <!-- Global site tag (gtag.js) - DoubleClick -->
  152.         <script async src=\"https://www.googletagmanager.com/gtag/js?id=DC-6587376\"></script>
  153.         <script>
  154.           window.dataLayer = window.dataLayer || [];
  155.           function gtag() {
  156.             dataLayer.push(arguments);
  157.           }
  158.           gtag('js', new Date());
  159.           gtag('config', 'DC-6587376');
  160.         </script>
  161.         ";
  162.             // line 86
  163.             echo "        <script>
  164.           !function (f, b, e, v, n, t, s) {
  165.             if (f.fbq)
  166.               return;
  167.             n = f.fbq = function () {
  168.               n.callMethod ?
  169.                 n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  170.             };
  171.             if (!f._fbq)
  172.               f._fbq = n;
  173.             n.push = n;
  174.             n.loaded = !0;
  175.             n.version = '2.0';
  176.             n.queue = [];
  177.             t = b.createElement(e);
  178.             t.async = !0;
  179.             t.src = v;
  180.             s = b.getElementsByTagName(e)[0];
  181.             s.parentNode.insertBefore(t, s)
  182.           }(window,
  183.             document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
  184.           fbq('init', '1713949805542289');
  185.           fbq('track', 'PageView');
  186.         </script>
  187.         <noscript><img height=\"1\" width=\"1\" style=\"display:none\"
  188.                        src=\"https://www.facebook.com/tr?id=1713949805542289&ev=PageView&noscript=1\"
  189.             /></noscript>
  190.         <!-- Facebook Pixel Code -->
  191.         <script>
  192.           !function (f, b, e, v, n, t, s) {
  193.             if (f.fbq)
  194.               return;
  195.             n = f.fbq = function () {
  196.               n.callMethod ?
  197.                 n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  198.             };
  199.             if (!f._fbq)
  200.               f._fbq = n;
  201.             n.push = n;
  202.             n.loaded = !0;
  203.             n.version = '2.0';
  204.             n.queue = [];
  205.             t = b.createElement(e);
  206.             t.async = !0;
  207.             t.src = v;
  208.             s = b.getElementsByTagName(e)[0];
  209.             s.parentNode.insertBefore(t, s)
  210.           }(window, document, 'script',
  211.             'https://connect.facebook.net/en_US/fbevents.js');
  212.           fbq('init', '1248441448678557');
  213.           fbq('track', 'PageView');
  214.         </script>
  215.         <noscript><img height=\"1\" width=\"1\" style=\"display:none\"
  216.                        src=\"https://www.facebook.com/tr?id=1248441448678557&ev=PageView&noscript=1\"
  217.             /></noscript>
  218.         <!-- End Facebook Pixel Code -->
  219.     ";
  220.         }
  221.         // line 144
  222.         echo "
  223.     ";
  224.         // line 145
  225.         $this->displayBlock('javascripts'$context$blocks);
  226.         // line 148
  227.         echo "
  228.     ";
  229.         // line 149
  230.         $this->displayBlock('additional_head_style'$context$blocks);
  231.         // line 151
  232.         echo "
  233.     ";
  234.         // line 152
  235.         $this->displayBlock('additional_head_javascript'$context$blocks);
  236.         // line 154
  237.         echo "</head>
  238. <body>
  239.     <div id=\"app\">
  240.         ";
  241.         // line 157
  242.         $this->displayBlock('body_start_javascript'$context$blocks);
  243.         // line 159
  244.         echo "
  245.         ";
  246.         // line 160
  247.         $this->displayBlock('menu'$context$blocks);
  248.         // line 163
  249.         echo "
  250.         ";
  251.         // line 164
  252.         $this->displayBlock('content'$context$blocks);
  253.         // line 166
  254.         echo "
  255.         ";
  256.         // line 167
  257.         $this->displayBlock('footer'$context$blocks);
  258.         // line 179
  259.         echo "
  260.         ";
  261.         // line 180
  262.         $this->displayBlock('modals'$context$blocks);
  263.         // line 183
  264.         echo "
  265.         ";
  266.         // line 185
  267.         echo "        ";
  268.         // line 186
  269.         echo "
  270.     </div>
  271.     <script src=\"";
  272.         // line 189
  273.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/app.js"), "html"nulltrue);
  274.         echo "\"></script>
  275.     ";
  276.         // line 191
  277.         $this->displayBlock('additional_javascript'$context$blocks);
  278.         // line 194
  279.         echo "</body>
  280. </html>
  281. ";
  282.         
  283.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  284.         
  285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  286.     }
  287.     // line 6
  288.     public function block_meta_title($context, array $blocks = [])
  289.     {
  290.         $macros $this->macros;
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  293.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  294.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  295.         echo "Adopciaki.pl - Strona główna";
  296.         
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  298.         
  299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  300.     }
  301.     // line 8
  302.     public function block_meta_description($context, array $blocks = [])
  303.     {
  304.         $macros $this->macros;
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  306.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  309.         echo "Adopciaki.pl to program wspierający odpowiedzialne adopcje psów i kotów.
  310.           Pomagamy dobrać zwierzaka do stylu życia opiekuna i zapewniamy pomoc specjalistów.";
  311.         
  312.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  313.         
  314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  315.     }
  316.     // line 13
  317.     public function block_og_title($context, array $blocks = [])
  318.     {
  319.         $macros $this->macros;
  320.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_title"));
  322.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_title"));
  324.         echo "Adopciaki.pl";
  325.         
  326.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  327.         
  328.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  329.     }
  330.     // line 14
  331.     public function block_og_description($context, array $blocks = [])
  332.     {
  333.         $macros $this->macros;
  334.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  335.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_description"));
  336.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  337.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_description"));
  338.         echo "Adopciaki.pl to program wspierający odpowiedzialne adopcje psów i kotów.
  339.           Pomagamy dobrać zwierzaka do stylu życia opiekuna i zapewniamy pomoc specjalistów.";
  340.         
  341.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  342.         
  343.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  344.     }
  345.     // line 16
  346.     public function block_og_image($context, array $blocks = [])
  347.     {
  348.         $macros $this->macros;
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  350.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_image"));
  351.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  352.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""og_image"));
  353.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl("img/Share_FB.png"), "html"nulltrue);
  354.         
  355.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  356.         
  357.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  358.     }
  359.     // line 26
  360.     public function block_additional_meta($context, array $blocks = [])
  361.     {
  362.         $macros $this->macros;
  363.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  364.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_meta"));
  365.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  366.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_meta"));
  367.         // line 27
  368.         echo "    ";
  369.         
  370.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  371.         
  372.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  373.     }
  374.     // line 29
  375.     public function block_stylesheets($context, array $blocks = [])
  376.     {
  377.         $macros $this->macros;
  378.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  379.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  380.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  381.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  382.         // line 30
  383.         echo "        <link rel=\"stylesheet\" href=\"";
  384.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/app.css"), "html"nulltrue);
  385.         echo "\">
  386.         ";
  387.         // line 31
  388.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  389.         echo "
  390.     ";
  391.         
  392.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  393.         
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  395.     }
  396.     // line 145
  397.     public function block_javascripts($context, array $blocks = [])
  398.     {
  399.         $macros $this->macros;
  400.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  401.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  402.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  403.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  404.         // line 146
  405.         echo "        ";
  406.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  407.         echo "
  408.     ";
  409.         
  410.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  411.         
  412.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  413.     }
  414.     // line 149
  415.     public function block_additional_head_style($context, array $blocks = [])
  416.     {
  417.         $macros $this->macros;
  418.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  419.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_head_style"));
  420.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  421.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_head_style"));
  422.         // line 150
  423.         echo "    ";
  424.         
  425.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  426.         
  427.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  428.     }
  429.     // line 152
  430.     public function block_additional_head_javascript($context, array $blocks = [])
  431.     {
  432.         $macros $this->macros;
  433.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_head_javascript"));
  435.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  436.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_head_javascript"));
  437.         // line 153
  438.         echo "    ";
  439.         
  440.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  441.         
  442.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  443.     }
  444.     // line 157
  445.     public function block_body_start_javascript($context, array $blocks = [])
  446.     {
  447.         $macros $this->macros;
  448.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  449.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_start_javascript"));
  450.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  451.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_start_javascript"));
  452.         // line 158
  453.         echo "        ";
  454.         
  455.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  456.         
  457.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  458.     }
  459.     // line 160
  460.     public function block_menu($context, array $blocks = [])
  461.     {
  462.         $macros $this->macros;
  463.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  464.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  465.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  466.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  467.         // line 161
  468.         echo "            ";
  469.         $this->loadTemplate("front/sections/menu.html.twig""layout/base.html.twig"161)->display($context);
  470.         // line 162
  471.         echo "        ";
  472.         
  473.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  474.         
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  476.     }
  477.     // line 164
  478.     public function block_content($context, array $blocks = [])
  479.     {
  480.         $macros $this->macros;
  481.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  482.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  483.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  484.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  485.         // line 165
  486.         echo "        ";
  487.         
  488.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  489.         
  490.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  491.     }
  492.     // line 167
  493.     public function block_footer($context, array $blocks = [])
  494.     {
  495.         $macros $this->macros;
  496.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  497.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  498.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  499.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  500.         // line 168
  501.         echo "            <footer class=\"footer\">
  502.                 <div class=\"container-fluid footer-grey\">
  503.                     <div class=\"row d-flex justify-content-center py-5\">
  504.                         <div class=\"col-12 col-lg-10 col-xxl-9\">
  505.                             ";
  506.         // line 172
  507.         $this->loadTemplate("front/sections/newsletter.html.twig""layout/base.html.twig"172)->display($context);
  508.         // line 173
  509.         echo "                            ";
  510.         $this->loadTemplate("front/sections/footer.html.twig""layout/base.html.twig"173)->display($context);
  511.         // line 174
  512.         echo "                        </div>
  513.                     </div>
  514.                 </div>
  515.             </footer>
  516.         ";
  517.         
  518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  519.         
  520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  521.     }
  522.     // line 180
  523.     public function block_modals($context, array $blocks = [])
  524.     {
  525.         $macros $this->macros;
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  527.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  528.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  529.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  530.         // line 181
  531.         echo "            ";
  532.         $this->loadTemplate("front/modals/auth.html.twig""layout/base.html.twig"181)->display($context);
  533.         // line 182
  534.         echo "        ";
  535.         
  536.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  537.         
  538.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  539.     }
  540.     // line 191
  541.     public function block_additional_javascript($context, array $blocks = [])
  542.     {
  543.         $macros $this->macros;
  544.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  545.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_javascript"));
  546.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  547.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""additional_javascript"));
  548.         // line 192
  549.         echo "        <script src=\"https://code.jquery.com/jquery-3.6.3.min.js\" integrity=\"sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=\" crossorigin=\"anonymous\"></script>
  550.     ";
  551.         
  552.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  553.         
  554.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  555.     }
  556.     public function getTemplateName()
  557.     {
  558.         return "layout/base.html.twig";
  559.     }
  560.     public function isTraitable()
  561.     {
  562.         return false;
  563.     }
  564.     public function getDebugInfo()
  565.     {
  566.         return array (  653 => 192,  643 => 191,  633 => 182,  630 => 181,  620 => 180,  606 => 174,  603 => 173,  601 => 172,  595 => 168,  585 => 167,  575 => 165,  565 => 164,  555 => 162,  552 => 161,  542 => 160,  532 => 158,  522 => 157,  512 => 153,  502 => 152,  492 => 150,  482 => 149,  469 => 146,  459 => 145,  447 => 31,  442 => 30,  432 => 29,  422 => 27,  412 => 26,  393 => 16,  373 => 14,  354 => 13,  334 => 8,  315 => 6,  303 => 194,  301 => 191,  296 => 189,  291 => 186,  289 => 185,  286 => 183,  284 => 180,  281 => 179,  279 => 167,  276 => 166,  274 => 164,  271 => 163,  269 => 160,  266 => 159,  264 => 157,  259 => 154,  257 => 152,  254 => 151,  252 => 149,  249 => 148,  247 => 145,  244 => 144,  184 => 86,  151 => 54,  131 => 35,  129 => 34,  126 => 33,  124 => 29,  121 => 28,  119 => 26,  112 => 22,  108 => 21,  104 => 20,  100 => 19,  96 => 18,  91 => 16,  88 => 15,  86 => 14,  82 => 13,  77 => 11,  73 => 9,  71 => 8,  66 => 6,  59 => 1,);
  567.     }
  568.     public function getSourceContext()
  569.     {
  570.         return new Source("<!doctype html>
  571. <html lang=\"en\">
  572. <head>
  573.     <meta charset=\"utf-8\">
  574.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  575.     <title>{% block meta_title %}Adopciaki.pl - Strona główna{% endblock %}</title>
  576.     <meta name=\"description\"
  577.           content=\"{% block meta_description %}Adopciaki.pl to program wspierający odpowiedzialne adopcje psów i kotów.
  578.           Pomagamy dobrać zwierzaka do stylu życia opiekuna i zapewniamy pomoc specjalistów.{% endblock %}\">
  579.     <meta property=\"og:url\" content=\"{{ app.request.uri }}\"/>
  580.     <meta property=\"og:type\" content=\"Website\"/>
  581.     <meta property=\"og:title\" content=\"{% block og_title %}Adopciaki.pl{% endblock %}\"/>
  582.     <meta property=\"og:description\" content=\"{% block og_description %}Adopciaki.pl to program wspierający odpowiedzialne adopcje psów i kotów.
  583.           Pomagamy dobrać zwierzaka do stylu życia opiekuna i zapewniamy pomoc specjalistów.{% endblock %}\"/>
  584.     <meta property=\"og:image\" content=\"{% block og_image %}{{ absolute_url(\"img/Share_FB.png\") }}{% endblock %}\"/>
  585.     <link rel=\"shortcut icon\" href=\"{{ asset('build/img/favicon.ico') }}\"/>
  586.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('build/img/apple-touch-icon.png') }}\">
  587.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('build/img/favicon-32x32.png') }}\">
  588.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('build/img/favicon-16x16.png') }}\">
  589.     <link rel=\"manifest\" href=\"{{ asset('site.webmanifest') }}\">
  590.     <meta name=\"msapplication-TileColor\" content=\"#da532c\">
  591.     <meta name=\"theme-color\" content=\"#da532c\">
  592.     {% block additional_meta %}
  593.     {% endblock %}
  594.     {% block stylesheets %}
  595.         <link rel=\"stylesheet\" href=\"{{ asset('build/app.css') }}\">
  596.         {{ encore_entry_link_tags('app') }}
  597.     {% endblock %}
  598.     {% if app.environment != 'dev' %}
  599.         <!-- Google Tag Manager -->
  600.         <script>(function (w, d, s, l, i) {
  601.             w[l] = w[l] || [];
  602.             w[l].push({
  603.               'gtm.start':
  604.                 new Date().getTime(), event: 'gtm.js'
  605.             });
  606.             var f = d.getElementsByTagName(s)[0],
  607.               j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  608.             j.async = true;
  609.             j.src =
  610.               'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  611.             f.parentNode.insertBefore(j, f);
  612.           })(window, document, 'script', 'dataLayer', 'GTM-KPM73GD');</script>
  613.         <!-- End Google Tag Manager -->
  614.         {# GOOGLE ANALYTICS #}
  615.         <script>
  616.           (function (i, s, o, g, r, a, m) {
  617.             i['GoogleAnalyticsObject'] = r;
  618.             i[r] = i[r] || function () {
  619.               (i[r].q = i[r].q || []).push(arguments)
  620.             }, i[r].l = 1 * new Date();
  621.             a = s.createElement(o),
  622.               m = s.getElementsByTagName(o)[0];
  623.             a.async = 1;
  624.             a.src = g;
  625.             m.parentNode.insertBefore(a, m)
  626.           })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  627.           ga('create', 'UA-83300155-1', 'auto');
  628.           ga('send', 'pageview');
  629.         </script>
  630.         <!-- Global site tag (gtag.js) - DoubleClick -->
  631.         <script async src=\"https://www.googletagmanager.com/gtag/js?id=DC-6587376\"></script>
  632.         <script>
  633.           window.dataLayer = window.dataLayer || [];
  634.           function gtag() {
  635.             dataLayer.push(arguments);
  636.           }
  637.           gtag('js', new Date());
  638.           gtag('config', 'DC-6587376');
  639.         </script>
  640.         {# Facebook Pixel Code for MEC #}
  641.         <script>
  642.           !function (f, b, e, v, n, t, s) {
  643.             if (f.fbq)
  644.               return;
  645.             n = f.fbq = function () {
  646.               n.callMethod ?
  647.                 n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  648.             };
  649.             if (!f._fbq)
  650.               f._fbq = n;
  651.             n.push = n;
  652.             n.loaded = !0;
  653.             n.version = '2.0';
  654.             n.queue = [];
  655.             t = b.createElement(e);
  656.             t.async = !0;
  657.             t.src = v;
  658.             s = b.getElementsByTagName(e)[0];
  659.             s.parentNode.insertBefore(t, s)
  660.           }(window,
  661.             document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
  662.           fbq('init', '1713949805542289');
  663.           fbq('track', 'PageView');
  664.         </script>
  665.         <noscript><img height=\"1\" width=\"1\" style=\"display:none\"
  666.                        src=\"https://www.facebook.com/tr?id=1713949805542289&ev=PageView&noscript=1\"
  667.             /></noscript>
  668.         <!-- Facebook Pixel Code -->
  669.         <script>
  670.           !function (f, b, e, v, n, t, s) {
  671.             if (f.fbq)
  672.               return;
  673.             n = f.fbq = function () {
  674.               n.callMethod ?
  675.                 n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  676.             };
  677.             if (!f._fbq)
  678.               f._fbq = n;
  679.             n.push = n;
  680.             n.loaded = !0;
  681.             n.version = '2.0';
  682.             n.queue = [];
  683.             t = b.createElement(e);
  684.             t.async = !0;
  685.             t.src = v;
  686.             s = b.getElementsByTagName(e)[0];
  687.             s.parentNode.insertBefore(t, s)
  688.           }(window, document, 'script',
  689.             'https://connect.facebook.net/en_US/fbevents.js');
  690.           fbq('init', '1248441448678557');
  691.           fbq('track', 'PageView');
  692.         </script>
  693.         <noscript><img height=\"1\" width=\"1\" style=\"display:none\"
  694.                        src=\"https://www.facebook.com/tr?id=1248441448678557&ev=PageView&noscript=1\"
  695.             /></noscript>
  696.         <!-- End Facebook Pixel Code -->
  697.     {% endif %}
  698.     {% block javascripts %}
  699.         {{ encore_entry_script_tags('app') }}
  700.     {% endblock %}
  701.     {% block additional_head_style %}
  702.     {% endblock %}
  703.     {% block additional_head_javascript %}
  704.     {% endblock %}
  705. </head>
  706. <body>
  707.     <div id=\"app\">
  708.         {% block body_start_javascript %}
  709.         {% endblock %}
  710.         {% block menu %}
  711.             {% include 'front/sections/menu.html.twig' %}
  712.         {% endblock %}
  713.         {% block content %}
  714.         {% endblock %}
  715.         {% block footer %}
  716.             <footer class=\"footer\">
  717.                 <div class=\"container-fluid footer-grey\">
  718.                     <div class=\"row d-flex justify-content-center py-5\">
  719.                         <div class=\"col-12 col-lg-10 col-xxl-9\">
  720.                             {% include 'front/sections/newsletter.html.twig' %}
  721.                             {% include 'front/sections/footer.html.twig' %}
  722.                         </div>
  723.                     </div>
  724.                 </div>
  725.             </footer>
  726.         {% endblock %}
  727.         {% block modals %}
  728.             {% include 'front/modals/auth.html.twig' %}
  729.         {% endblock %}
  730.         {#{% include 'front/modals/one_percent.html.twig' %}#}
  731.         {#{{ render(controller('Controller\\\\CookiesController::form')) }}#}
  732.     </div>
  733.     <script src=\"{{ asset('build/app.js') }}\"></script>
  734.     {% block additional_javascript %}
  735.         <script src=\"https://code.jquery.com/jquery-3.6.3.min.js\" integrity=\"sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=\" crossorigin=\"anonymous\"></script>
  736.     {% endblock %}
  737. </body>
  738. </html>
  739. ""layout/base.html.twig""/home/adopt/web/adopciaki.pl/public_html/templates/layout/base.html.twig");
  740.     }
  741. }