mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 10:38:36 +02:00
feat: automated replacement
This commit is contained in:
4
app/templates/crispy-daisyui/layout/tab.html
Normal file
4
app/templates/crispy-daisyui/layout/tab.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div role="tablist" class="tw:tabs tw:tabs-lifted{% if tabs.css_class %} {{ tabs.css_class }}{% endif %}"{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %}>
|
||||
{{ links|safe }}
|
||||
{{ content|safe }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user