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.
112 lines
3.7 KiB
112 lines
3.7 KiB
{% extends "base.html" %}
|
|
{% load cms_tags %}
|
|
|
|
{% block content-main %}
|
|
{% if False %} {# не показывать на странице #}
|
|
{% placeholder "on-index" %}
|
|
{% endif %}
|
|
|
|
<div class="category-text">
|
|
<div class="category-desc">
|
|
|
|
{% placeholder "category-desc" %}
|
|
</div>
|
|
<div class="row5">
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<!-- ПФ - полоса -->
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:728px;height:90px"
|
|
data-ad-client="ca-pub-1611834627309058"
|
|
data-ad-slot="3287028317"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div>
|
|
|
|
<div>
|
|
{% include 'banner.html' with b_id='inner-right-banner' b_block='inner-right' b_size='937x87' b_class='right' %}
|
|
{% placeholder "content-main" %}
|
|
{% include 'banner.html' with b_id='inner-narrow-banner' b_block='inner-narrow' b_size='753x87' %}
|
|
<div class="row2">
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<!-- ПФ - полоса2 -->
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:728px;height:90px"
|
|
data-ad-client="ca-pub-1611834627309058"
|
|
data-ad-slot="6798787517"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div>
|
|
|
|
{% placeholder "content-main2" %}
|
|
<div class="yandex_rtb">
|
|
<!-- Yandex.RTB R-A-143877-4 -->
|
|
<div id="yandex_rtb_R-A-143877-4"></div>
|
|
<script type="text/javascript">
|
|
(function(w, d, n, s, t) {
|
|
w[n] = w[n] || [];
|
|
w[n].push(function() {
|
|
Ya.Context.AdvManager.render({
|
|
blockId: "R-A-143877-4",
|
|
renderTo: "yandex_rtb_R-A-143877-4",
|
|
async: true
|
|
});
|
|
});
|
|
t = d.getElementsByTagName("script")[0];
|
|
s = d.createElement("script");
|
|
s.type = "text/javascript";
|
|
s.src = "//an.yandex.ru/system/context.js";
|
|
s.async = true;
|
|
t.parentNode.insertBefore(s, t);
|
|
})(this, this.document, "yandexContextAsyncCallbacks");
|
|
</script>
|
|
</div>
|
|
{% include 'banner.html' with b_id='inner-wide-banner' b_block='inner-wide' b_size='937x87' %}
|
|
|
|
</div>
|
|
|
|
{% placeholder "content-main3" %}
|
|
|
|
</div>
|
|
|
|
{% placeholder "page-teasers" %}
|
|
{% endblock %}
|
|
|
|
{% block pre_footer %}
|
|
<div class="pre-footer">
|
|
<!-- Yandex.RTB R-A-143877-19 -->
|
|
<div id="yandex_rtb_R-A-143877-19"></div>
|
|
<script type="text/javascript">
|
|
(function(w, d, n, s, t) {
|
|
w[n] = w[n] || [];
|
|
w[n].push(function() {
|
|
Ya.Context.AdvManager.render({
|
|
blockId: "R-A-143877-19",
|
|
renderTo: "yandex_rtb_R-A-143877-19",
|
|
horizontalAlign: true,
|
|
async: true
|
|
});
|
|
});
|
|
t = d.getElementsByTagName("script")[0];
|
|
s = d.createElement("script");
|
|
s.type = "text/javascript";
|
|
s.src = "//an.yandex.ru/system/context.js";
|
|
s.async = true;
|
|
t.parentNode.insertBefore(s, t);
|
|
})(this, this.document, "yandexContextAsyncCallbacks");
|
|
</script>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block content-left %} {# вывести контент из левой колонки родителя #}
|
|
{% show_uncached_placeholder "content-left" request.current_page.parent_id %}
|
|
{% endblock %}
|
|
|
|
{% block colmask-wrapper-add-class %}leftmenu{% endblock %} {# ВАЖНЫЙ КЛАСС! #}
|
|
|
|
{% block colmid-div-start %}{% endblock %}
|
|
|
|
{% block colmid-div-end %}{% endblock %}
|
|
|
|
{% block col3-right %}{% endblock %}
|
|
|