Add a navigation entry for the new page

This is done in the standard way. Please refer to the Cúram User Interface Developers Guide for information regarding how to extend navigation.

Figure 1. sample custom navigation entry for custom citizen account page
<nc:navigation id="CitizenAccount">
    <nc:nodes>    
      <nc:navigation-page 
        id="home" page-id="CitizenAccount_certification" 
          title="leaf.title.certification" />    
    </nc:nodes>
  </nc:navigation>