templates/bundles/MLDevBaseBundle/layout/default.html.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8"/>
  5.     {{ mldev_base_seo_info(page.seoInfo, page.name) }}
  6.     <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  7.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8.     <meta name="theme-color" content="#fff"/>
  9.     <meta name="format-detection" content="telephone=no"/>
  10.     <link rel="canonical" href="{{ url(app.request.attributes.get("_route"), app.request.attributes.get("_route_params")|merge({ page: app.request.query.get('page')})) }}" />
  11.     <!-- Google Tag Manager -->
  12.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  13.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  14.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  15.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  16.     })(window,document,'script','dataLayer','GTM-NWGCQZJ');</script>
  17.     <!-- End Google Tag Manager -->
  18.     {# favicons #}
  19.     <link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-icon-60x60.png">
  20.     <link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-icon-72x72.png">
  21.     <link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-icon-76x76.png">
  22.     <link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-icon-114x114.png">
  23.     <link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-icon-120x120.png">
  24.     <link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-icon-144x144.png">
  25.     <link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-icon-152x152.png">
  26.     <link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-icon-180x180.png">
  27.     <link rel="icon" type="image/png" sizes="192x192"  href="/img/favicons/android-icon-192x192.png">
  28.     <link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png">
  29.     <link rel="icon" type="image/png" sizes="96x96" href="/img/favicons/favicon-96x96.png">
  30.     <link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png">
  31.     <link rel="manifest" href="/img/favicons/manifest.json">
  32.     <meta name="msapplication-TileColor" content="#ffffff">
  33.     <meta name="msapplication-TileImage" content="/img/favicons/ms-icon-144x144.png">
  34.     <meta name="theme-color" content="#ffffff">
  35.     {# app css #}
  36.     {# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/> #}
  37.     <link rel="stylesheet" href="https://gcore.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/>
  38.     {# <link href="https://cdn.jsdelivr.net/npm/suggestions-jquery@21.12.0/dist/css/suggestions.min.css" rel="stylesheet" /> #}
  39.     <link href="https://gcore.jsdelivr.net/npm/suggestions-jquery@21.12.0/dist/css/suggestions.min.css" rel="stylesheet" />
  40.     <link rel="stylesheet" href="{{ asset('css/app.css') }}"/>
  41.     <link rel="stylesheet" href="{{ asset('css/addition.css') }}"/>
  42.     {# vendor js #}
  43.     {% if app.request.pathinfo == '/order' %}
  44.         <script data-asd src="//api-maps.yandex.ru/2.1/?apikey=bb0330fe-e19a-4dc5-813d-cb81669f7c1c&lang=ru_RU"></script>
  45.         <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  46.         {# <script src="https://cdn.jsdelivr.net/npm/suggestions-jquery@21.12.0/dist/js/jquery.suggestions.min.js"></script> #}
  47.         <script src="https://gcore.jsdelivr.net/npm/suggestions-jquery@21.12.0/dist/js/jquery.suggestions.min.js"></script>
  48.         <script id="ISDEKscript" type="text/javascript" src="/cdek/widjet.js" charset="utf-8"></script>
  49.     {% endif %}
  50.     <script>
  51.         (function(r){window.r46=window.r46||function(){(r46.q=r46.q||[]).push(arguments)};var s=document.getElementsByTagName(r)[0],rs=document.createElement(r);rs.async=1;rs.src='//cdn.rees46.ru/v3.js';s.parentNode.insertBefore(rs,s);})('script');
  52.         // Init everything
  53.         r46('init', '8dca955e2f516985c9c99cba2f5266');
  54.     </script>
  55.     {# OrderBundle #}
  56.     <script src="{{ asset('bundles/mldevorder/cart.js') }}?v=1"></script>
  57.     <script src="{{ asset('bundles/mldevorder/order.js') }}?v=1"></script>
  58.     <script src="{{ asset('js/cart_events.js') }}?v=1"></script>
  59.     <script src="{{ asset('js/sourcebuster.min.js') }}?v=1"></script>
  60. </head>
  61. <body id="page" {% if 'product' in app.request.pathinfo %} class="productPage"{% endif %}>
  62.     <script type="text/javascript">
  63.         !function () {
  64.             var t = document.createElement("script");
  65.             t.type = "text/javascript", t.async = !0, t.src = 'https://vk.com/js/api/openapi.js?171', t.onload = function () {
  66.                 VK.Retargeting.Init("VK-RTRG-1868991-bVi0w"), VK.Retargeting.Hit()
  67.             }, document.head.appendChild(t)
  68.         }();
  69.     </script>
  70.     <noscript>
  71.         <img src="https://vk.com/rtrg?p=VK-RTRG-1868991-bVi0w" style="position:fixed; left:-999px;" alt="" />
  72.     </noscript>
  73.     {% if page.lvl == 0 %}
  74.         <div itemscope itemtype="http://schema.org/Organization" style="display: none;">
  75.             <span itemprop="name">somelove</span>
  76.             <span itemprop="email">hi@somelove.ru</span>
  77.             <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  78.                 <span itemprop="streetAddress">Комсомола ул, д. 1-3, лит. Л</span>
  79.                 <span itemprop="postalCode">195009</span>
  80.                 <span itemprop="addressLocality">Санкт-Петербург</span>
  81.                 <span itemprop="telephone">8 812 648-00-10</span>
  82.             </div>
  83.             <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  84.                 <span itemprop="streetAddress">4-ая Тверская-Ямская 26/8</span>
  85.                 <span itemprop="postalCode">125047</span>
  86.                 <span itemprop="addressLocality">Москва</span>
  87.                 <span itemprop="telephone">8 495 445-35-09</span>
  88.             </div>
  89.         </div>
  90.     {% endif %}
  91.     <!-- Google Tag Manager (noscript) -->
  92.     <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWGCQZJ"
  93.     height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  94.     <!-- End Google Tag Manager (noscript) -->
  95.     {# HEADER #}
  96.     {% include "@MLDevBase/layout/partials/header.html.twig" %}
  97.     <main class="main">
  98.         {{ CONTENT|raw }}
  99.     </main>
  100.     <a href="https://api.whatsapp.com/send?phone=79215791069" class="whatsapp-button" target="_blank">
  101.         <svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
  102.             <circle cx="24" cy="24.3105" r="24" fill="#D7C3EE"/>
  103.             <path d="M13.5386 30.3653C13.2962 32.1766 13.3004 34.2237 12.8928 36.0069C12.8216 36.3185 12.3441 37.4845 12.8928 36.9947C13.645 36.323 14.8534 36.1059 15.761 35.665C16.3061 35.4003 16.6799 35.1195 17.2997 35.1521C18.4946 35.215 19.7302 35.7516 20.8518 36.1399C22.014 36.5422 23.4497 36.3488 24.6888 36.3488C26.5904 36.3488 28.4758 36.2705 30.2924 35.665C31.2992 35.3294 32.2561 34.782 33.1986 34.2973C33.896 33.9387 34.4851 33.0331 35.0412 32.4548C36.0689 31.386 36.2701 29.3598 36.6558 28.0099C37.0677 26.568 37.0157 24.0711 36.5228 22.6628C35.7525 20.4619 35.1433 18.4718 33.8065 16.5273C32.7815 15.0365 30.7648 13.3457 29.0007 12.8518C26.8625 12.2531 24.8556 12.231 22.6753 12.4054C20.3089 12.5947 18.5115 13.2399 16.4544 14.3714C15.4553 14.9209 14.7603 15.5543 13.89 16.2614C13.2925 16.7469 13.273 17.6772 12.9308 18.3129C12.2478 19.5812 12 21.4164 12 22.8432C12 23.6069 13.6575 28.8528 14.0515 28.6558" stroke="black" stroke-width="2" stroke-linecap="round"/>
  104.             <path d="M22.1091 18.2012C22.4204 19.0618 22.7041 20.4092 23.2874 21.1592C23.3431 21.2309 23.5714 21.4382 23.4486 21.4382" stroke="black" stroke-width="2" stroke-linecap="round"/>
  105.             <path d="M28.1369 25.2333C28.8209 25.7553 30.1045 26.9076 31.0949 26.9076C31.3268 26.9076 31.3811 27.9311 31.2375 28.1106C31.1178 28.2603 31.104 28.4746 30.9771 28.6378C30.8466 28.8054 30.5893 28.8372 30.481 28.9726C30.2719 29.2339 29.4848 29.4627 29.1663 29.4749C27.7949 29.5277 26.6206 29.263 25.3215 28.83C24.7215 28.63 24.2313 28.4774 23.7278 28.0858C23.2842 27.7408 22.9705 27.349 22.5558 26.9572C21.8121 26.2549 21.45 25.2838 20.7698 24.5635C20.0482 23.7995 19.969 22.5811 19.6784 21.6365C19.4638 20.9392 19.6094 19.6343 20.1249 19.1188C20.3565 18.8872 21.6857 17.5771 21.9977 18.2011" stroke="black" stroke-width="2" stroke-linecap="round"/>
  106.             <path d="M23.3376 21.6614C23.0354 22.1922 22.1745 22.8467 22.6927 23.4225C22.9226 23.6779 22.977 24.0044 23.2012 24.2535C23.6369 24.7376 23.9322 25.4579 24.5159 25.7914C25.1292 26.1419 25.8441 26.5282 26.5189 26.6782C26.6945 26.7172 26.768 26.796 26.9654 26.796C27.1758 26.796 27.2186 26.547 27.4118 26.4611C27.6476 26.3563 28.2382 25.4673 27.9142 25.7914" stroke="black" stroke-width="2" stroke-linecap="round"/>
  107.         </svg>
  108.     </a>
  109.     {# MODALS #}
  110.     {% include "@MLDevBase/layout/partials/modals.html.twig" %}
  111.     {# FOOTER #}
  112.     {% include "@MLDevBase/layout/partials/footer.html.twig" %}
  113.     {# SCRIPTS #}
  114.     <script src="{{ asset('js/app.js') }}?v=1"></script>
  115.     {#
  116.         <script src="{{ asset('js/cart_request.js') }}"></script>
  117.         <script src="{{ asset('js/cart_events.js') }}"></script>
  118.     #}
  119.     <script src="{{ asset('js/favourites_request.js') }}?v=1"></script>
  120.     <script src="{{ asset('js/favourites_events.js') }}?v=1"></script>
  121.     <script src="{{ asset('js/just-validate.production.min.js') }}"></script>
  122.     {# <script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script> #}
  123.     <script src="https://gcore.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
  124.     <script src="{{ asset('js/additional.js') }}?v=1"></script>
  125.     {{ encore_entry_script_tags('cart-react') }}
  126.     {{ encore_entry_script_tags('order-react') }}
  127.     {{ mldev_base_block('counters') |raw }}
  128.     <script>
  129.         sbjs.init();
  130.     </script>
  131. </body>
  132. </html>