Summary

In this chapter, we introduced the Handlebars template-rendering engine and reviewed the syntax used when creating dynamic HTML pages. We created a main layout for our app as well as the home page and image page views. We included partial views for the sidebar in the layout and created a global Handlebars helper to display custom formatted dates.

Even though neither of the views is currently displaying any data (because we aren't passing in a ViewModel yet), you can see that things are starting to come along nicely! In the next chapter, we will wire up the actual logic in the controllers for each page as well as build up the ViewModel so that we start seeing some actual content on our screens.

Get Web Development with MongoDB and Node.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.