This commit is contained in:
SBD
2023-12-08 18:10:34 +03:00
parent 5bf743c98a
commit eb5ac1e81b

View File

@@ -3,13 +3,13 @@
<div class="txt_part_w_one_present">
{% if widget.name %}
<div class="title_w_one_present standart_txt">
видеообзор функционала плагина 3D Security Designer
{{ widget.name }}
</div>
{% endif %}
{% if widget.description %}
<div class="splinner_w_one_present"></div>
<div class="description_w_one_present standart_txt">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
{{ widget.description }}
</div>
{% endif %}
</div>