0.0.30 3th section main_block_w_subblocks

This commit is contained in:
SDE
2023-12-05 18:52:24 +03:00
parent 934453dcd5
commit 5937d9e380
15 changed files with 159 additions and 40 deletions

View File

@@ -5,6 +5,10 @@
{# {% include 'blocks/b_service_2_col.html' %}#}
{#{% endif %}#}
{% if page.url == '3d-security-designer' and page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
{% endif %}
{#{% include 'blocks/b_how_with_us_working.html' %}#}
{% for block in page.get_blocks %}
@@ -18,9 +22,12 @@
{% include 'blocks/b_how_dev.html' %}
{% elif block.block_type == 'present_technology_block' %}
{% include 'blocks/b_present_technology.html' %}
{% elif block.block_type == 'main_block_w_subblocks' %}
{% include 'blocks/b_functional_features.html' %}
{% endif %}
{% endfor %}
{% if page.plugin_presentation.all %}
{% if page.url != '3d-security-designer' and page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
{% endif %}
{% include 'blocks/b_functional_features.html' %}