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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With