1 2 3 4 5 6<!-- Loop through the navigation items --> {{#foreach navigation}} <li class="nav-{{slug}}{{#if current}} nav-current{{/if}}"><a href="{{url absolute="true"}}">{{label}}</a></li> {{/foreach}} <!-- End the loop -->
1 2 3 4 5 6
<!-- Loop through the navigation items --> {{#foreach navigation}} <li class="nav-{{slug}}{{#if current}} nav-current{{/if}}"><a href="{{url absolute="true"}}">{{label}}</a></li> {{/foreach}} <!-- End the loop -->