12 lines
400 B
HTML
12 lines
400 B
HTML
{% load static %}
|
|
<div {% include "block_settings/blocks_settings.html" %}>
|
|
<div class="cut-width">
|
|
{% if block.url %}
|
|
<a class="a_block_present_technology" href="{{ block.url }}">
|
|
{% include 'widgets/w_technology_item.html' %}
|
|
</a>
|
|
{% else %}
|
|
{% include 'widgets/w_technology_item.html' %}
|
|
{% endif %}
|
|
</div>
|
|
</div> |