Exercise: Implementing Routing
Apply what you’ve learned about routing in Marionette and enable the route to go back to our main page/root URL by using a link.
We'll cover the following...
Getting back to the contacts list
When the user is on a contact’s display page, e.g., #contacts/2
, there’s no way for them to ...