- What is Template Rendering? 2:35
- Review: What is Template Rendering 5 questions
- What is Pug? 3:00
- Using Pug in Your Express App 4:53
- Review: Pug Basics 5 questions
- Express’s Response.render Method 7:42
- Review Response.render 2 objectives
- Using Logic in Pug 6:12
- Breaking Your Project’s Templates into Partials 7:29
- Review: Pug Inheritance & Logic 5 questions
Quiz Question 1 of 5
The response object's `render` method takes the name of a template as its first parameter. The file extension (e.g. `.pug`) is required.
Choose the correct answer below: