mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-13 17:07:21 +08:00
Rename Jade to Pug (fixes #7)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user