I want to put Jade variable in tag attribute but it isn't evaluated.
a(href="/logout/#{user.name}")
You could use:
a(href='/logout/'+user.name)
1.4m articles
1.4m replys
5 comments
57.0k users