This commit is contained in:
SBD
2023-12-17 07:05:06 +03:00
parent eaa2da43fb
commit 4c9a447d93
5 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{% include 'blocks/b_slider.html' %}
{% endif %}
{% include 'blocks/dynamic/b_sections_buttons.html' %}
{% include 'blocks/b_sections_buttons.html' %}
{% if page.description or page.title or page.text %}
<div {% include "block_settings/blocks_settings.html" %}>

View File

@@ -2,6 +2,7 @@
{% load static %}
{% load i18n %}
{% block CONTENT %}
{% include "blocks/b_sections_buttons.html" %}
<div {% include "block_settings/blocks_settings.html" %}>
<div class="cut-width">
<div class="b_contacts">

View File

@@ -2,7 +2,7 @@
{% block CONTENT %}
{# {% include 'blocks/b_slider.html' %}#}
{% include 'blocks/dynamic/b_sections_buttons.html' %}
{% include 'blocks/b_sections_buttons.html' %}
{% endblock %}

View File

@@ -4,3 +4,6 @@ aerbim
страницу из трёх блоков header footer начальный экран
потом с помощью js запроса я отправляю параметры мобильности
и мне в ответ приходит контент страницы
при переходе из страницы в секцию или из секции в секцию меняеться верхний url после этого js
собирает текущюю секцию из верхнего урла и отправляет в бэк от - туда приходит ответ с html из нужной секции