I have a header included in a Jade page, and use it for navigation. Among others I have this list:
ul
li foo
li bar
li baz
Now there's the pages using the header:
html
body
include includes/head
.main
p This page is about bar
How can I add a class "active" to the li bar in the header?