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)