Chapter 5. The Jade Templating Language
Jade is the recommended template engine for Express. It comes with an intuitive language to create templates and views for Express apps. Jade, the template engine has many aspects to it, but in this chapter we will focus only on its templating capabilities.
You will learn the following in this chapter:
How to create HTML tags using Jade
How to use filters such as Markdown with Jade
How to modularize views
How to use the programming capabilities of Jade