0.0.33 block photo_n_text

This commit is contained in:
SDE
2023-12-06 14:23:43 +03:00
parent 1f2c47410a
commit 7bb8ef33e6
2 changed files with 23 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
{% include 'blocks/b_present_technology.html' %}
{% elif block.block_type == 'main_block_w_subblocks' %}
{% include 'blocks/b_functional_features.html' %}
{% elif block.block_type == 'photo_n_text' %}
{% include 'blocks/b_photo_n_text.html' %}
{% endif %}
{% endfor %}