8 lines
324 B
HTML
8 lines
324 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 %} |