VectorGOLEM/includes/templates/VectorTabs.mustache

15 lines
371 B
Plaintext

{{!
string tabs-id
string|null empty-portlet
string label-id
string|null msg-label
string|null html-userlangattributes
string|null html-items
}}
<div id="{{tabs-id}}" role="navigation" class="vectorTabs {{empty-portlet}}" aria-labelledby="{{label-id}}">
<h3 id="{{label-id}}">{{msg-label}}</h3>
<ul {{{html-userlangattributes}}}>
{{{html-items}}}
</ul>
</div>