You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
5.3 KiB
116 lines
5.3 KiB
<!DOCTYPE html>
|
|
{% load static %}
|
|
{% load setting from settings %}
|
|
{% load compress %}
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
{% block title %}Онлайн-курсы Lil School{% endblock title%}
|
|
</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<meta name="theme-color" content="#fff">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="description" content="{% block description %}Онлайн-курсы Lil School{% endblock description%}">
|
|
<!--Open Graph data-->
|
|
<meta property="og:title" content="{% block ogtitle %}Онлайн-курсы Lil School{% endblock ogtitle %}">
|
|
{% comment %} <meta property="og:type" content="article"> {% endcomment %}
|
|
<meta property="og:url" content="{% block ogurl %}{{ request.build_absolute_uri }}{% endblock ogurl %}">
|
|
<meta property="og:image" content="{% block ogimage %}http://{% setting 'MAIN_HOST' %}{% static 'img/video-1.jpg' %}{% endblock ogimage %}">
|
|
<meta property="og:image:width" content="{% block ogimage-width %}597{% endblock ogimage-width %}" />
|
|
<meta property="og:image:height" content="{% block ogimage-height %}318{% endblock ogimage-height %}" />
|
|
<meta property="og:description" content="{% block ogdescription %}Lil School — первая образовательная онлайн-платформа креативного мышления для детей{% endblock ogdescription %}">
|
|
<meta property="og:site_name" content="{% block ogsite-name %}Онлайн-курсы Lil School{% endblock ogsite-name %}">
|
|
<meta property="og:locale" content="ru_RU">
|
|
{% comment %} <meta property="fb:admins" content="Facebook numeric ID"> {% endcomment %}
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token }}">
|
|
<meta name="yandex-verification" content="bb471d5abd9fdec7" />
|
|
<meta name="google-site-verification" content="3ULNxGYLRXUpDpKuZgMLTTrXAJx7UEzwAXseCcfdm1s" />
|
|
|
|
{% compress css %}
|
|
<link rel="stylesheet" media="all" href={% static "app.css" %}>
|
|
{% endcompress %}
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}"/>
|
|
|
|
<script>
|
|
var viewportmeta = document.querySelector('meta[name="viewport"]');
|
|
if (viewportmeta) {
|
|
if (screen.width <= 360) {
|
|
var newScale = screen.width / 360;
|
|
viewportmeta.content = 'width=360, minimum-scale=' + newScale + ', user-scalable=0, maximum-scale=1, initial-scale=' + newScale + '';
|
|
}
|
|
else {
|
|
viewportmeta.content = 'width=device-width, maximum-scale=1.6, initial-scale=1.0';
|
|
}
|
|
}
|
|
</script>
|
|
|
|
|
|
{% block layer_head %}{% endblock layer_head %}
|
|
</head>
|
|
<body>
|
|
{% block layer_body %}
|
|
{% endblock layer_body %}
|
|
<!-- Facebook Pixel Code -->
|
|
<script>
|
|
!function(f,b,e,v,n,t,s)
|
|
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
|
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
|
n.queue=[];t=b.createElement(e);t.async=!0;
|
|
t.src=v;s=b.getElementsByTagName(e)[0];
|
|
s.parentNode.insertBefore(t,s)}(window,document,'script',
|
|
'https://connect.facebook.net/en_US/fbevents.js');
|
|
fbq('init', '194961257900508');
|
|
fbq('track', 'PageView');
|
|
</script>
|
|
<noscript>
|
|
<img height="1" width="1"
|
|
src="https://www.facebook.com/tr?id=194961257900508&ev=PageView
|
|
&noscript=1"/>
|
|
</noscript>
|
|
<!-- End Facebook Pixel Code -->
|
|
<!-- Global site tag (gtag.js) - Google Ads: 808701460 -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121923960-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
//gtag('config', 'AW-808701460');
|
|
gtag('config', 'UA-121923960-1');
|
|
</script>
|
|
<!-- Yandex.Metrika counter -->
|
|
<script type="text/javascript" >
|
|
(function (d, w, c) {
|
|
(w[c] = w[c] || []).push(function() {
|
|
try {
|
|
w.yaCounter49354039 = new Ya.Metrika2({
|
|
id:49354039,
|
|
clickmap:true,
|
|
trackLinks:true,
|
|
accurateTrackBounce:true,
|
|
webvisor:true
|
|
});
|
|
} catch(e) { }
|
|
});
|
|
|
|
var n = d.getElementsByTagName("script")[0],
|
|
s = d.createElement("script"),
|
|
f = function () { n.parentNode.insertBefore(s, n); };
|
|
s.type = "text/javascript";
|
|
s.async = true;
|
|
s.src = "https://mc.yandex.ru/metrika/tag.js";
|
|
|
|
if (w.opera == "[object Opera]") {
|
|
d.addEventListener("DOMContentLoaded", f, false);
|
|
} else { f(); }
|
|
})(document, window, "yandex_metrika_callbacks2");
|
|
</script>
|
|
<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" %}
|
|
</body>
|
|
</html>
|
|
|