|
|
|
|
@ -52,8 +52,6 @@ |
|
|
|
|
{% block layer_head %}{% endblock layer_head %} |
|
|
|
|
</head> |
|
|
|
|
<body {% block body_attr %}{% endblock body_attr %}> |
|
|
|
|
{% block layer_body %} |
|
|
|
|
{% endblock layer_body %} |
|
|
|
|
<!-- Facebook Pixel Code --> |
|
|
|
|
<script> |
|
|
|
|
!function(f,b,e,v,n,t,s) |
|
|
|
|
@ -74,13 +72,21 @@ |
|
|
|
|
</noscript> |
|
|
|
|
<!-- End Facebook Pixel Code --> |
|
|
|
|
<!-- Global site tag (gtag.js) - Google Ads: 808701460 --> |
|
|
|
|
{% if settings.DEV_SERVER or settings.DEBUG %} |
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121923960-4"></script> |
|
|
|
|
{% else %} |
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121923960-1"></script> |
|
|
|
|
{% endif %} |
|
|
|
|
<script> |
|
|
|
|
window.dataLayer = window.dataLayer || []; |
|
|
|
|
function gtag(){dataLayer.push(arguments);} |
|
|
|
|
gtag('js', new Date()); |
|
|
|
|
//gtag('config', 'AW-808701460'); |
|
|
|
|
{% if settings.DEV_SERVER or settings.DEBUG %} |
|
|
|
|
gtag('config', 'UA-121923960-4'); |
|
|
|
|
{% else %} |
|
|
|
|
gtag('config', 'UA-121923960-1'); |
|
|
|
|
{% endif %} |
|
|
|
|
</script> |
|
|
|
|
<!-- Yandex.Metrika counter --> |
|
|
|
|
<script type="text/javascript" > |
|
|
|
|
@ -112,5 +118,7 @@ |
|
|
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/49354039" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
|
|
|
|
<!-- /Yandex.Metrika counter --> |
|
|
|
|
{% include "templates/blocks/mixpanel.html" %} |
|
|
|
|
{% block layer_body %} |
|
|
|
|
{% endblock layer_body %} |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
|