var/cache/dev/twig/f4/f4e1ea825d7736c59749edaa1c2e646e0ac02391df0c7082916fcc0e075a3c11.php line 57

Open in your IDE?
  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. /* siteBase.html.twig */
  14. class __TwigTemplate_ababf29a213a7381761452b19f6993dcafeee93356d93c8529961999e78481ee 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.             'dil' => [$this'block_dil'],
  25.             'title' => [$this'block_title'],
  26.             'keywords' => [$this'block_keywords'],
  27.             'description' => [$this'block_description'],
  28.             'title2' => [$this'block_title2'],
  29.             'description2' => [$this'block_description2'],
  30.             'image' => [$this'block_image'],
  31.             'image_alt' => [$this'block_image_alt'],
  32.             'title3' => [$this'block_title3'],
  33.             'description3' => [$this'block_description3'],
  34.             'image2' => [$this'block_image2'],
  35.             'stylesheets' => [$this'block_stylesheets'],
  36.             'body' => [$this'block_body'],
  37.             'javascripts' => [$this'block_javascripts'],
  38.         ];
  39.     }
  40.     protected function doDisplay(array $context, array $blocks = [])
  41.     {
  42.         $macros $this->macros;
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""siteBase.html.twig"));
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""siteBase.html.twig"));
  47.         // line 1
  48.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->site_istatistik(""), "html"nulltrue);
  49.         echo "
  50. ";
  51.         // line 2
  52.         $context["currentPath"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_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.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "attributes", [], "any"falsefalsefalse2), "get", [=> "_route"], "method"falsefalsefalse2), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 3
  53. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "attributes", [], "any"falsefalsefalse3), "get", [=> "_route_params"], "method"falsefalsefalse3));
  54.         // line 4
  55.         echo "
  56. <!DOCTYPE html>
  57. <html lang=\"";
  58.         // line 6
  59.         $this->displayBlock('dil'$context$blocks);
  60.         echo "\">
  61.     <head>
  62.         <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
  63.         <meta content=\"width=device-width, initial-scale=1.0, maximum-scale.=6.0, user-scalable=yes\" name=\"viewport\" />
  64.         <title>";
  65.         // line 12
  66.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("siteAdi"twig_get_attribute($this->env$this->sourcetwig_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.'12$this->source); })()), "session", [], "any"falsefalsefalse12), "get", [=> "dil"], "method"falsefalsefalse12), "id", [], "array"falsefalsefalse12)), "html"nulltrue);
  67.         echo " : ";
  68.         $this->displayBlock('title'$context$blocks);
  69.         echo "</title>
  70.         <meta name=\"keywords\" content=\"";
  71.         // line 13
  72.         $this->displayBlock('keywords'$context$blocks);
  73.         echo "\">
  74.         <meta name=\"description\" content=\"";
  75.         // line 14
  76.         $this->displayBlock('description'$context$blocks);
  77.         echo "\">
  78.         <meta name=”geo.position” content=”";
  79.         // line 16
  80.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("position"twig_get_attribute($this->env$this->sourcetwig_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.'16$this->source); })()), "session", [], "any"falsefalsefalse16), "get", [=> "dil"], "method"falsefalsefalse16), "id", [], "array"falsefalsefalse16)), "html"nulltrue);
  81.         echo "“>
  82.         <meta name=”geo.placename” content=”";
  83.         // line 17
  84.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("placeName"twig_get_attribute($this->env$this->sourcetwig_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.'17$this->source); })()), "session", [], "any"falsefalsefalse17), "get", [=> "dil"], "method"falsefalsefalse17), "id", [], "array"falsefalsefalse17)), "html"nulltrue);
  85.         echo "“>
  86.         <meta name=”geo.region” content=”";
  87.         // line 18
  88.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("region"twig_get_attribute($this->env$this->sourcetwig_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.'18$this->source); })()), "session", [], "any"falsefalsefalse18), "get", [=> "dil"], "method"falsefalsefalse18), "id", [], "array"falsefalsefalse18)), "html"nulltrue);
  89.         echo "“>
  90.         <meta property=\"og:site_name\" content=\"";
  91.         // line 20
  92.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("siteAdi"), "html"nulltrue);
  93.         echo "\">
  94.         <meta property=\"og:title\" content=\"";
  95.         // line 21
  96.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("siteAdi"twig_get_attribute($this->env$this->sourcetwig_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.'21$this->source); })()), "session", [], "any"falsefalsefalse21), "get", [=> "dil"], "method"falsefalsefalse21), "id", [], "array"falsefalsefalse21)), "html"nulltrue);
  97.         echo " : ";
  98.         $this->displayBlock('title2'$context$blocks);
  99.         echo "\">
  100.         <meta property=\"og:description\" content=\"";
  101.         // line 22
  102.         $this->displayBlock('description2'$context$blocks);
  103.         echo "\">
  104.         <meta property=\"og:type\" content=\"article\">
  105.         <meta property=\"og:url\" content=\"";
  106.         // line 24
  107.         echo twig_escape_filter($this->env, ($this->extensions['App\Twig\AppExtension']->site_anaLink("") . twig_slice($this->env, (isset($context["currentPath"]) || array_key_exists("currentPath"$context) ? $context["currentPath"] : (function () { throw new RuntimeError('Variable "currentPath" does not exist.'24$this->source); })()), 1twig_length_filter($this->env, (isset($context["currentPath"]) || array_key_exists("currentPath"$context) ? $context["currentPath"] : (function () { throw new RuntimeError('Variable "currentPath" does not exist.'24$this->source); })())))), "html"nulltrue);
  108.         echo "\">
  109.         <meta property=\"og:image\" content=\"";
  110.         // line 25
  111.         $this->displayBlock('image'$context$blocks);
  112.         echo "\">
  113.         <meta property=\"og:image:alt\" content=\"";
  114.         // line 26
  115.         $this->displayBlock('image_alt'$context$blocks);
  116.         echo "\">
  117.         <meta name=\"twitter:card\" content=\"summary_large_image\">
  118.         <meta name=\"twitter:title\" content=\"";
  119.         // line 28
  120.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->ayarlar("siteAdi"twig_get_attribute($this->env$this->sourcetwig_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.'28$this->source); })()), "session", [], "any"falsefalsefalse28), "get", [=> "dil"], "method"falsefalsefalse28), "id", [], "array"falsefalsefalse28)), "html"nulltrue);
  121.         echo " : ";
  122.         $this->displayBlock('title3'$context$blocks);
  123.         echo "\">
  124.         <meta name=\"twitter:description\" content=\"";
  125.         // line 29
  126.         $this->displayBlock('description3'$context$blocks);
  127.         echo "\">
  128.         <meta name=\"twitter:image\" content=\"";
  129.         // line 30
  130.         $this->displayBlock('image2'$context$blocks);
  131.         echo "\">
  132.         <link rel=\"canonical\" href=\"";
  133.         // line 32
  134.         echo twig_escape_filter($this->env, ($this->extensions['App\Twig\AppExtension']->site_anaLink("") . twig_slice($this->env, (isset($context["currentPath"]) || array_key_exists("currentPath"$context) ? $context["currentPath"] : (function () { throw new RuntimeError('Variable "currentPath" does not exist.'32$this->source); })()), 1twig_length_filter($this->env, (isset($context["currentPath"]) || array_key_exists("currentPath"$context) ? $context["currentPath"] : (function () { throw new RuntimeError('Variable "currentPath" does not exist.'32$this->source); })())))), "html"nulltrue);
  135.         echo "\" />
  136.         <link rel=\"shortcut icon\" href=\"";
  137.         // line 33
  138.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel_storage", ["file" => "favicon.webp"]);
  139.         echo "\" type=\"image/x-icon\">
  140.         <link rel=\"icon\" href=\"";
  141.         // line 34
  142.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel_storage", ["file" => "favicon.webp"]);
  143.         echo "\" type=\"image/x-icon\">
  144.         ";
  145.         // line 36
  146.         $this->loadTemplate("siteBase/style.html.twig""siteBase.html.twig"36)->display($context);
  147.         // line 37
  148.         echo "        ";
  149.         $this->displayBlock('stylesheets'$context$blocks);
  150.         // line 38
  151.         echo "    </head>
  152.         ";
  153.         // line 39
  154.         $this->loadTemplate("siteBase/header.html.twig""siteBase.html.twig"39)->display($context);
  155.         // line 40
  156.         echo "
  157.         ";
  158.         // line 43
  159.         $this->displayBlock('body'$context$blocks);
  160.         // line 44
  161.         echo "        ";
  162.         $this->loadTemplate("siteBase/footer.html.twig""siteBase.html.twig"44)->display($context);
  163.         // line 45
  164.         echo "
  165.         ";
  166.         // line 46
  167.         if ((=== twig_compare($this->extensions['App\Twig\AppExtension']->ayarlar("whatsapp"), 1))) {
  168.             // line 47
  169.             echo "            <div class=\"whatsapp\" >
  170.                 <div class=\"whatsapp-content animate__heartBeat\" >
  171.                     <a href=\"https://api.whatsapp.com/send/?phone=+9";
  172.             // line 49
  173.             echo twig_escape_filter($this->envtwig_replace_filter($this->extensions['App\Twig\AppExtension']->site_iletisimBilgileri("gsm"), ["(" => """)" => """ " => ""]), "html"nulltrue);
  174.             echo "&text=Merhaba, bilgi almak istiyorum.\" target=\"_blank\">
  175.                         <img data-src=\"";
  176.             // line 50
  177.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("whatsapp.webp"), "html"nulltrue);
  178.             echo "\" width=\"50\" height=\"50\" alt=\"Whatsapp Destek Hattı\" class=\"whatsapp-icon lazy\">
  179.                     </a>
  180.                 </div>
  181.             </div>
  182.         ";
  183.         }
  184.         // line 55
  185.         echo "
  186.         ";
  187.         // line 56
  188.         $this->displayBlock('javascripts'$context$blocks);
  189.         // line 57
  190.         echo "    </body>
  191. </html>
  192. ";
  193.         
  194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  195.         
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  197.     }
  198.     // line 6
  199.     public function block_dil($context, array $blocks = [])
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dil"));
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dil"));
  206.         
  207.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  208.         
  209.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  210.     }
  211.     // line 12
  212.     public function block_title($context, array $blocks = [])
  213.     {
  214.         $macros $this->macros;
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  216.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  219.         
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  221.         
  222.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  223.     }
  224.     // line 13
  225.     public function block_keywords($context, array $blocks = [])
  226.     {
  227.         $macros $this->macros;
  228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  229.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""keywords"));
  230.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""keywords"));
  232.         
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  234.         
  235.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  236.     }
  237.     // line 14
  238.     public function block_description($context, array $blocks = [])
  239.     {
  240.         $macros $this->macros;
  241.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  242.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  243.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  244.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  245.         
  246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  247.         
  248.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  249.     }
  250.     // line 21
  251.     public function block_title2($context, array $blocks = [])
  252.     {
  253.         $macros $this->macros;
  254.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  255.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title2"));
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  257.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title2"));
  258.         
  259.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  260.         
  261.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  262.     }
  263.     // line 22
  264.     public function block_description2($context, array $blocks = [])
  265.     {
  266.         $macros $this->macros;
  267.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  268.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description2"));
  269.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  270.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description2"));
  271.         
  272.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  273.         
  274.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  275.     }
  276.     // line 25
  277.     public function block_image($context, array $blocks = [])
  278.     {
  279.         $macros $this->macros;
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  281.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image"));
  282.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  283.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image"));
  284.         
  285.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  286.         
  287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  288.     }
  289.     // line 26
  290.     public function block_image_alt($context, array $blocks = [])
  291.     {
  292.         $macros $this->macros;
  293.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  294.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image_alt"));
  295.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  296.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image_alt"));
  297.         
  298.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  299.         
  300.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  301.     }
  302.     // line 28
  303.     public function block_title3($context, array $blocks = [])
  304.     {
  305.         $macros $this->macros;
  306.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  307.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title3"));
  308.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  309.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title3"));
  310.         
  311.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  312.         
  313.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  314.     }
  315.     // line 29
  316.     public function block_description3($context, array $blocks = [])
  317.     {
  318.         $macros $this->macros;
  319.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  320.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description3"));
  321.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  322.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description3"));
  323.         
  324.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  325.         
  326.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  327.     }
  328.     // line 30
  329.     public function block_image2($context, array $blocks = [])
  330.     {
  331.         $macros $this->macros;
  332.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  333.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image2"));
  334.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  335.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""image2"));
  336.         
  337.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  338.         
  339.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  340.     }
  341.     // line 37
  342.     public function block_stylesheets($context, array $blocks = [])
  343.     {
  344.         $macros $this->macros;
  345.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  346.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  347.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  348.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  349.         
  350.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  351.         
  352.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  353.     }
  354.     // line 43
  355.     public function block_body($context, array $blocks = [])
  356.     {
  357.         $macros $this->macros;
  358.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  359.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  360.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  361.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  362.         
  363.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  364.         
  365.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  366.     }
  367.     // line 56
  368.     public function block_javascripts($context, array $blocks = [])
  369.     {
  370.         $macros $this->macros;
  371.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  372.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  373.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  374.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  375.         
  376.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  377.         
  378.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  379.     }
  380.     public function getTemplateName()
  381.     {
  382.         return "siteBase.html.twig";
  383.     }
  384.     public function isTraitable()
  385.     {
  386.         return false;
  387.     }
  388.     public function getDebugInfo()
  389.     {
  390.         return array (  453 => 56,  435 => 43,  417 => 37,  399 => 30,  381 => 29,  363 => 28,  345 => 26,  327 => 25,  309 => 22,  291 => 21,  273 => 14,  255 => 13,  237 => 12,  219 => 6,  207 => 57,  205 => 56,  202 => 55,  194 => 50,  190 => 49,  186 => 47,  184 => 46,  181 => 45,  178 => 44,  176 => 43,  171 => 40,  169 => 39,  166 => 38,  163 => 37,  161 => 36,  156 => 34,  152 => 33,  148 => 32,  143 => 30,  139 => 29,  133 => 28,  128 => 26,  124 => 25,  120 => 24,  115 => 22,  109 => 21,  105 => 20,  100 => 18,  96 => 17,  92 => 16,  87 => 14,  83 => 13,  77 => 12,  68 => 6,  64 => 4,  62 => 3,  61 => 2,  57 => 1,);
  391.     }
  392.     public function getSourceContext()
  393.     {
  394.         return new Source("{{ ''|site_istatistik }}
  395. {% set currentPath = path(app.request.attributes.get('_route'),
  396.     app.request.attributes.get('_route_params')) %}
  397. <!DOCTYPE html>
  398. <html lang=\"{% block dil %}{% endblock %}\">
  399.     <head>
  400.         <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
  401.         <meta content=\"width=device-width, initial-scale=1.0, maximum-scale.=6.0, user-scalable=yes\" name=\"viewport\" />
  402.         <title>{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title %}{% endblock %}</title>
  403.         <meta name=\"keywords\" content=\"{% block keywords %}{% endblock %}\">
  404.         <meta name=\"description\" content=\"{% block description %}{% endblock %}\">
  405.         <meta name=”geo.position” content=”{{ 'position'|ayarlar(app.session.get('dil')['id']) }}“>
  406.         <meta name=”geo.placename” content=”{{ 'placeName'|ayarlar(app.session.get('dil')['id']) }}“>
  407.         <meta name=”geo.region” content=”{{ 'region'|ayarlar(app.session.get('dil')['id']) }}“>
  408.         <meta property=\"og:site_name\" content=\"{{ 'siteAdi'|ayarlar }}\">
  409.         <meta property=\"og:title\" content=\"{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title2 %}{% endblock %}\">
  410.         <meta property=\"og:description\" content=\"{% block description2 %}{% endblock %}\">
  411.         <meta property=\"og:type\" content=\"article\">
  412.         <meta property=\"og:url\" content=\"{{ ''|site_anaLink~currentPath|slice(1,currentPath|length) }}\">
  413.         <meta property=\"og:image\" content=\"{% block image %}{% endblock %}\">
  414.         <meta property=\"og:image:alt\" content=\"{% block image_alt %}{% endblock %}\">
  415.         <meta name=\"twitter:card\" content=\"summary_large_image\">
  416.         <meta name=\"twitter:title\" content=\"{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title3 %}{% endblock %}\">
  417.         <meta name=\"twitter:description\" content=\"{% block description3 %}{% endblock %}\">
  418.         <meta name=\"twitter:image\" content=\"{% block image2 %}{% endblock %}\">
  419.         <link rel=\"canonical\" href=\"{{ ''|site_anaLink~currentPath|slice(1,currentPath|length) }}\" />
  420.         <link rel=\"shortcut icon\" href=\"{{ path('panel_storage',{'file':'favicon.webp'}) }}\" type=\"image/x-icon\">
  421.         <link rel=\"icon\" href=\"{{ path('panel_storage',{'file':'favicon.webp'}) }}\" type=\"image/x-icon\">
  422.         {% include 'siteBase/style.html.twig' %}
  423.         {% block stylesheets %}{% endblock %}
  424.     </head>
  425.         {% include 'siteBase/header.html.twig' %}
  426.         {% block body %}{% endblock %}
  427.         {% include 'siteBase/footer.html.twig' %}
  428.         {% if 'whatsapp'|ayarlar==1 %}
  429.             <div class=\"whatsapp\" >
  430.                 <div class=\"whatsapp-content animate__heartBeat\" >
  431.                     <a href=\"https://api.whatsapp.com/send/?phone=+9{{ 'gsm'|site_iletisimBilgileri|replace({'(':'',')':'',' ':''}) }}&text=Merhaba, bilgi almak istiyorum.\" target=\"_blank\">
  432.                         <img data-src=\"{{asset('whatsapp.webp')}}\" width=\"50\" height=\"50\" alt=\"Whatsapp Destek Hattı\" class=\"whatsapp-icon lazy\">
  433.                     </a>
  434.                 </div>
  435.             </div>
  436.         {% endif %}
  437.         {% block javascripts %}{% endblock %}
  438.     </body>
  439. </html>
  440. ""siteBase.html.twig""/home/rvnet/public_html/masajx/templates/siteBase.html.twig");
  441.     }
  442. }