Looking at the role of the template engine + how we integrate Json models.
How we break out the playlist into an independent controller/view - and how the model supports this.
Templates enable dynamic composition of views from layouts, partials and expressions.
JSON is notatino for representing javascript objects in a simple literal format.
Review thee dashboard controller in detail.
Revise the Dashboard to render playlist without their contents. Use a new playlist view renders individual playlists
Explore the MVC Pattern in action in Playlist 2