{{ ''|site_istatistik }}
{% set currentPath = path(app.request.attributes.get('_route'),
app.request.attributes.get('_route_params')) %}
<!DOCTYPE html>
<html lang="{% block dil %}{% endblock %}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale.=6.0, user-scalable=yes" name="viewport" />
<title>{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title %}{% endblock %}</title>
<meta name="keywords" content="{% block keywords %}{% endblock %}">
<meta name="description" content="{% block description %}{% endblock %}">
<meta name=”geo.position” content=”{{ 'position'|ayarlar(app.session.get('dil')['id']) }}“>
<meta name=”geo.placename” content=”{{ 'placeName'|ayarlar(app.session.get('dil')['id']) }}“>
<meta name=”geo.region” content=”{{ 'region'|ayarlar(app.session.get('dil')['id']) }}“>
<meta property="og:site_name" content="{{ 'siteAdi'|ayarlar }}">
<meta property="og:title" content="{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title2 %}{% endblock %}">
<meta property="og:description" content="{% block description2 %}{% endblock %}">
<meta property="og:type" content="article">
<meta property="og:url" content="{{ ''|site_anaLink~currentPath|slice(1,currentPath|length) }}">
<meta property="og:image" content="{% block image %}{% endblock %}">
<meta property="og:image:alt" content="{% block image_alt %}{% endblock %}">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{{ 'siteAdi'|ayarlar(app.session.get('dil')['id']) }} : {% block title3 %}{% endblock %}">
<meta name="twitter:description" content="{% block description3 %}{% endblock %}">
<meta name="twitter:image" content="{% block image2 %}{% endblock %}">
<link rel="canonical" href="{{ ''|site_anaLink~currentPath|slice(1,currentPath|length) }}" />
<link rel="shortcut icon" href="{{ path('panel_storage',{'file':'favicon.webp'}) }}" type="image/x-icon">
<link rel="icon" href="{{ path('panel_storage',{'file':'favicon.webp'}) }}" type="image/x-icon">
{% include 'siteBase/style.html.twig' %}
{% block stylesheets %}{% endblock %}
</head>
{% include 'siteBase/header.html.twig' %}
{% block body %}{% endblock %}
{% include 'siteBase/footer.html.twig' %}
{% if 'whatsapp'|ayarlar==1 %}
<div class="whatsapp" >
<div class="whatsapp-content animate__heartBeat" >
<a href="https://api.whatsapp.com/send/?phone=+9{{ 'gsm'|site_iletisimBilgileri|replace({'(':'',')':'',' ':''}) }}&text=Merhaba, bilgi almak istiyorum." target="_blank">
<img data-src="{{asset('whatsapp.webp')}}" width="50" height="50" alt="Whatsapp Destek Hattı" class="whatsapp-icon lazy">
</a>
</div>
</div>
{% endif %}
{% block javascripts %}{% endblock %}
</body>
</html>