mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 09:51:21 +01:00
5 lines
206 B
HTML
5 lines
206 B
HTML
<div role="tablist" class="tabs tabs-lifted{% if tabs.css_class %} {{ tabs.css_class }}{% endif %}"{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %}>
|
|
{{ links|safe }}
|
|
{{ content|safe }}
|
|
</div>
|