<ul class="nav nav-tabs">
<li role="presentation" class="active">
<a href="#">
Deze locatie
</a>
</li>
<li role="presentation">
<a href="#">
Regels
</a>
</li>
<li role="presentation">
<a href="#">
Overige informatie
</a>
</li>
</ul>
<ul class="nav nav-{{ modifier }}">
{{#each items }}
<li role="presentation" {{#if active }}class="active"{{/if}}>
<a href="#">
{{ label }}
{{#if count }}
{{> '@badge' }}
{{/if}}
</a>
</li>
{{/each}}
</ul>
modifier: tabs
items:
- label: Deze locatie
active: true
- label: Regels
- label: Overige informatie
There are no notes for this item.
This element's role is "presentation" but contains child elements with semantic meaning.
<li role="presentation" class="active">
<a href="#">
Deze locatie
</a>
</li>
Check that the title element describes the document.
<title>Navs
This element's role is "presentation" but contains child elements with semantic meaning.
<li role="presentation" class="active">
<a href="#">
Deze locatie
</a>
</li>
Check that the title element describes the document.
<title>Navs