mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 18:01:16 +01:00
5 lines
219 B
HTML
5 lines
219 B
HTML
<div {% if buttonholder.css_id %}id="{{ buttonholder.css_id }}"{% endif %}
|
|
class="flex flex-col gap-2{% if buttonholder.css_class %} {{ buttonholder.css_class }}{% endif %}">
|
|
{{ fields_output|safe }}
|
|
</div>
|