Default local navigation

Add the .nav-local class to the nav tag, .local onto the nav links content, and a div tag with the class arrow with the attribute aria-hidden='true' to switch from classic navbar to Orange local navigation.

{% highlight html %} {% endhighlight %}

Two levels local navigation

In addition of the standard local nav class, used .sublocal class as shown below, to create a two level local navigation bar.

{% highlight html %} {% endhighlight %}