mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
feat: automated replacement
This commit is contained in:
6
app/templates/crispy-daisyui/layout/column.html
Normal file
6
app/templates/crispy-daisyui/layout/column.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %}
|
||||
class="tw:col-span-12 {{ div.css_class|default:'' }}" {{ div.flat_attrs }}>
|
||||
{{ fields|safe }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user