@ithaka/bonsai
Version:
ITHAKA core styling
14 lines (13 loc) • 469 B
HTML
{{#each routes}}
{{#if this.routes.length}}
<li>
<a class="capitalize bold" href="#">{{this.key}}</a>
<ul class="no-bullet" id="{{this.key}}">
{{> nav}}
<hr/>
</ul>
</li>
{{ else }}
<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>
{{/if}}
{{/each}}