I am new to jade and stuck on this issue. I think I have tried everything from the StackOverflow posts and still at nothing.
The things I have tried
button(type='button', onClick='function(\'' + someValue + '\')') Text
This worked for me to use values that I passed to pug inside an onClick function.