0.1.7 chang order blocks on pages

This commit is contained in:
SDE
2023-12-08 19:32:28 +03:00
parent d7964c03da
commit 2f54a6dfc6
2 changed files with 4 additions and 6 deletions

View File

@@ -1,9 +1,8 @@
{% include 'blocks/b_services_3cols_w_groups.html' %}
{% include "pages/content/c_blocks_constructor.html" %}
{% if page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
{% endif %}
{% include "pages/content/c_blocks_constructor.html" %}
{% endif %}

View File

@@ -1,9 +1,8 @@
{% include 'blocks/b_services_2_col_wo_group.html' %}
{% include "pages/content/c_blocks_constructor.html" %}
{% if page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
{% endif %}
{% include "pages/content/c_blocks_constructor.html" %}
{% endif %}