Files
Aerbim/templates/blocks/block_elements/be_button.html
2023-12-08 15:07:01 +03:00

5 lines
190 B
HTML

{% if widget.but_title %}
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};">
{{ widget.but_title }}
</a>
{% endif %}