This commit is contained in:
2023-11-07 14:18:25 +03:00
parent e1a6fdd21f
commit a19017351b
5 changed files with 78 additions and 30 deletions

View File

@@ -57,6 +57,7 @@
<div class="wrapper_main">
{% include 'blocks/b_header.html' %}
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
<div class="cut_width_f_curtain">
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
@@ -70,7 +71,7 @@
</div>
</div>
<div class="wrapper_content">
<div class="block_overlay hidden {% if not page_type == 'profile' %}n_profile{% endif %}" onclick="open_curtain()"></div>
{% block content %}
{% endblock %}