This commit is contained in:
2023-11-10 19:50:18 +03:00
parent 69dd70d42d
commit 2abf0f62e9
4 changed files with 11 additions and 9 deletions

View File

@@ -53,12 +53,11 @@
</head>
<body>
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
<div class="wrapper_main">
{% include 'blocks/b_header.html' %}
<div class="cut-width">
<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="Меню">
@@ -71,7 +70,6 @@
</div>
</div>
</div>
</div>
<div class="wrapper_content">
{% block content %}