0.4.33 add presentation file

This commit is contained in:
SDE
2023-12-23 16:47:31 +05:00
parent 3ff4a480e2
commit af9cd4407e
5 changed files with 11 additions and 34 deletions

View File

@@ -21,9 +21,9 @@
{% 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' %}
{% include 'blocks/b_main_block_w_subblocks.html' %}
{% elif block.block_type == 'photo_n_text' %}
{% include 'blocks/b_presentation_aerBim.html' %}
{% include 'blocks/b_photo_n_text.html' %}
{% elif block.block_type == 'projects_block' %}
{% include 'blocks/b_projects.html' %}
{% endif %}