mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-30 06:02:10 +02:00
5 lines
212 B
HTML
5 lines
212 B
HTML
<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>
|