Feature: Routing
As a Core Developer,
I want to be able to identify where I am and where I've been in context to the site
So that I can easily navigate the CMS and so I can retrace my steps if I need to go back.
Scenario: Breadcrumbs
Given that, I want to provide users with a way to navigate up the current page's website hierarchy
When they are logged in and navigate to any page
Then I should include a hierarchical listing of the parent items from the current page
And all content will be presented as a sub-navigation before the main content
And I should include the title of each parent page items
And I should include a link to the page in the application for each parent item
And I should include the title of the current page item
Routing for the breadcrumb navigation component.
Routing: