Files
Aerbim/templates/blocks/b_present_technology.html
2023-12-08 16:07:24 +03:00

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>