An entry in the Ember router which maps between our route name and a specific URI
A route handler file, which sets up what should happen when that route is loaded
A route template, which is where we display the actual content for the page
All the above