Rename Jade to Pug (fixes #7)

pull/8/head
Tay Yang Shun 7 years ago
parent 7cbaeafe6f
commit ee6cadf5b0

@ -182,7 +182,7 @@ Examples of such techniques:
### Have you used different HTML templating languages before?
Yes, Jade, ERB, Slim, Handlebars, Jinja, Liquid, just to name a few. In my opinion, they are more or less the same and provide similar functionality of escaping content and helpful filters for manipulating the data to be displayed. Most templating engines will also allow you to inject your own filters in the event you need custom processing before display.
Yes, Pug (formerly Jade), ERB, Slim, Handlebars, Jinja, Liquid, just to name a few. In my opinion, they are more or less the same and provide similar functionality of escaping content and helpful filters for manipulating the data to be displayed. Most templating engines will also allow you to inject your own filters in the event you need custom processing before display.
### Other Answers

Loading…
Cancel
Save