UNPKG

469 BHTMLView Raw
1{{#each routes}}
2 {{#if this.routes.length}}
3 <li>
4 <a class="capitalize bold" href="#">{{this.key}}</a>
5 <ul class="no-bullet" id="{{this.key}}">
6 {{> nav}}
7 <hr/>
8 </ul>
9 </li>
10 {{ else }}
11 <li id="{{#if this.key}}{{this.key}}{{ else }}root{{/if}}"><a class="capitalize" href="/styleguide/{{#if this.key}}{{this.key}}.html{{/if}}">{{this.title}}</a></li>
12 {{/if}}
13{{/each}}