Jade is a language which compiles into HTML. There are three standout reasons to use it, which we’ll cover in 60 seconds!
Jade, Quickly
Jade is a language which compiles into HTML, with three standout reasons for using it.
One: it allows you to write in shorthand and develop faster and smoother. Take a look at this demo which shows some Jade syntax with its resultant output. Toggle the view compiled button to see what the equivalent HTML looks like.
Two: it works as a templating language. Create layouts and fill them in with different content. Append and prepend blocks of code onto existing templates. Save time and create flexibility by writing code once and then deploying it over and over.
Three: it adds logic. Use variables to hold config information for your site such as the Google fonts you want to import or whether you want to use jQuery. Use conditional statements to determine the code that gets output into your files.
Useful Resources
Learn more about Jade on Envato Tuts+.
Subscribe below and we’ll send you a weekly email summary of all new Web Design tutorials. Never miss out on learning about the next big thing.
Update me weeklyEnvato Tuts+ tutorials are translated into other languages by our community members—you can be involved too!
Translate this post