Is there a way to inline Javascript code in Jade script
tag while maintaining indentation?
Removing indentation works but it makes code extremely difficult to read and modify.
Another option is to put Javascript in separate files, but then we need to pass a few parameters from the template to the script. Is it possible to do that in "separate files" approach?