diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index cb874464..afd528e3 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -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