This commit is contained in:
SBD
2024-01-19 16:00:00 +03:00
parent 617683ba92
commit e588eda009
4 changed files with 34 additions and 2 deletions

View File

@@ -10,6 +10,12 @@
{% if block.name %}
<div class="large_txt plugin_txt">{{ block.name }}</div>
{% endif %}
{% if block.picture %}
<picture class="picture_tag_standart">
<source srcset="{{ MEDIA_URL }}{{ block.picture }}">
<img class="logo_3d_sec_designer_mobile" src="{{ MEDIA_URL }}{{ block.picture }}">
</picture>
{% endif %}
{% if block.description %}
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
{{ block.description|linebreaksbr }}