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

5 lines
240 B
HTML

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