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)
2.1m questions
2.1m answers
60 comments
57.0k users