Files
Aerbim/templates/pages/content/c_projectiing_section.html
2023-11-27 14:09:33 +03:00

10 lines
395 B
HTML

{% include 'blocks/dynamic/b_sections_buttons.html' %}
{% include 'blocks/b_service.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 %}
{% include 'blocks/b_3d_s_d.html' %}
{% include 'blocks/b_faq.html' %}