Rename Jade to Pug (fixes #7)

This commit is contained in:
Tay Yang Shun
2017-09-27 08:45:20 +08:00
parent 7cbaeafe6f
commit ee6cadf5b0

View File

@ -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