<div class='mol-language-mobile-list'>
<div>
<ul>
<li class=""><a class="atm-nav-link " href="#" title="" aria-label="" target="">English (EN)</a>
</li>
<li class="active"><a class="atm-nav-link " href="#" title="" aria-label="" target="">Nederlands (NL)</a>
</li>
<li class=""><a class="atm-nav-link " href="#" title="" aria-label="" target="">Deutsch (DE)</a>
</li>
</ul>
</div>
</div>
{{#if otherLangs}}
<div class='mol-language-mobile-list'>
<div>
<ul>
{{#each otherLangs}}
<li class="{{#if active}}active{{/if}}">{{render '@nav-link' this}}</li>
{{/each}}
</ul>
</div>
</div>
{{/if}}
{
"otherLangs": [
{
"text": "English (EN)",
"href": "#",
"active": false
},
{
"text": "Nederlands (NL)",
"href": "#",
"active": true
},
{
"text": "Deutsch (DE)",
"href": "#",
"active": false
}
]
}
.mol-language-mobile-list {
@apply relative mt-10;
li {
@apply mt-2;
.atm-nav-link {
@apply text-sm font-light hover:no-underline;
}
}
.active {
@apply text-primary;
}
}
No notes defined.