0.0.14 block photo150_n_title codding

This commit is contained in:
SDE
2023-11-27 02:30:19 +03:00
parent 9ab186ac8b
commit 579d666ace
2 changed files with 87 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
{% include 'blocks/dynamic/b_sections_buttons.html' %}
{% include 'blocks/b_service.html' %}
{% include 'blocks/b_how_with_us_working.html' %}
{#{% include 'blocks/b_how_with_us_working.html' %}#}
{% for block in cur_section.blocks.all %}
{% if block.block_type == 'photo150_n_title' %}
{% include 'blocks/b_photo150_n_title.html' %}
{% endif %}
{% endfor %}