Minimal navigation

This is a navigation (landmark) that can display which pages exist in a tool and whether one if current.

Used by

This component is used by:

Example

Code

Embedding a navigation that should be labeled “Main navigation”:

{% include minimal-navigation.html name="Main navigation"
%}

Parameters

name="Navigation"
Name of this navigation (used as the label for the nav landmark)
Back to Top