0.0.46
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
{% include 'blocks/b_how_dev.html' %}
|
||||
{% elif block.block_type == 'present_technology_block' %}
|
||||
{% include 'blocks/b_present_technology.html' %}
|
||||
{% elif block.block_type == 'present_technology_block' %}
|
||||
{% include 'blocks/b_present_technology.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
||||
|
||||
{% if page.description %}
|
||||
<div>{{ page.description }}</div>
|
||||
{% endif %}
|
||||
{% if page.title %}
|
||||
<div>{{ page.title }}</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="cut-width">
|
||||
{% if page.description %}
|
||||
<div class="description_page">{{ page.description }}</div>
|
||||
{% endif %}
|
||||
{% if page.title %}
|
||||
<div class="title_page">{{ page.title }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if services_view_scheme == '3_cols_w_group' %}
|
||||
{% include 'blocks/b_service.html' %}
|
||||
{% elif services_view_scheme == '2_cols_wo_group' %}
|
||||
|
||||
Reference in New Issue
Block a user