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

5 lines
212 B
HTML

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