I\'m trying to make everything apart from the first element in an array have a CSS class using the Jade templating engine.
I was hoping I could do it like this, but no l
With pug 2 you can use this syntax:
a(href='/', class="link", class={"-active": page === 'home'}) Home page
more here: https://pugjs.org/language/attributes.html