mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 09:51:21 +01:00
6 lines
355 B
HTML
6 lines
355 B
HTML
<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
|
|
{% if fieldset.css_class or form_style %}class="{{ fieldset.css_class }} {{ form_style }}"{% endif %}
|
|
{{ fieldset.flat_attrs|safe }}>
|
|
{% if legend %}<legend class="block text-gray-700 font-bold mb-2">{{ legend|safe }}</legend>{% endif %}
|
|
{{ fields|safe }}
|
|
</fieldset> |