I need some mustache advice <@!470665632468303873>...
# hacktoberfest
w
I need some mustache advice @User or @User How would I add extra CSS classes if current item in the loop had a simple bool prop to say it was active
Copy code
<umb-lang-switcher>
    <ul class="lang-switcher">
        {{#languages}}
            <li class="lang-switcher__item">
                <a href="{{url}}" lang="{{cultureCode}}" hreflang="{{cultureCode}}" class="lang-switcher__link"><{{name}}</a>
            </li>
        {{/languages}}        
    </ul>
</umb-lang-switcher>