Programmability in Jade
Jade is not just about static tags and contents. Especially being a templating language, it is expected of Jade to support variables, interpolation, and various programming capabilities.
In this section, we will explore the various programmable aspects of Jade.
Note
Even though Jade provides programming capability, it is primarily a template engine; hence it is recommended to minimize programming in the view files.
Variables
Variables in a Jade file can come from the app.locals object, the res.locals object, the
res.render() method, or can be defined right in the view file.
Any variable defined in the app.globals object will be available to all the views of the app. Variables defined in the app.res.globals object will be available ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access