43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
{% load static %}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{ request.LANGUAGE_CODE }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
{% include 'head_includes/meta_names.html' %}
|
|
{% include 'head_includes/fonts_include.html' %}
|
|
|
|
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
|
|
<link rel="stylesheet" href="{% static "aerbimCSSMOBILE.css" %}">
|
|
<script src="{% static "jquery_v3_6_4.js" %}"></script>
|
|
<script src="{% static "aerbimJS.js" %}"></script>
|
|
<script>
|
|
lang_f_check = ''
|
|
</script>
|
|
<meta name="viewport" content="width=100%,maximum-scale=5,minimum-scale=1,initial-scale=1">
|
|
|
|
<link rel="icon" href="/favicon.svg">
|
|
<meta name="yandex-verification" content="4dfc4f1266cf62fc" />
|
|
<meta name="google-site-verification" content="DxHi3ArQL9qucqeSeiFe84ZhctCiVkoXAFxr7M62y98" />
|
|
|
|
</head>
|
|
<body>
|
|
{% csrf_token %}
|
|
<div class="block_overlay hide"></div>
|
|
{% include "blocks/b_header.html" %}
|
|
{% include "blocks/b_curtain.html" %}
|
|
|
|
<div class="content">
|
|
{% block CONTENT %}
|
|
|
|
{% endblock %}
|
|
</div>
|
|
|
|
|
|
{% include 'blocks/b_faq.html' %}
|
|
|
|
|
|
{% include 'blocks/b_footer.html' %}
|
|
{% include 'promo/i_counters.html' %}
|
|
</body>
|
|
</html> |