aboutsummaryrefslogtreecommitdiff
path: root/client/html/top_nav.hbs
blob: fb693c227aedaf628ed9fbb81b71268ff4daef6b (plain)
1
2
3
4
5
6
7
8
9
10
11
<nav id='top-nav' class='text-nav'>
    <ul><!--
        -->{{#each items}}<!--
            -->{{#if this.available}}<!--
                --><li data-name='{{@key}}'><!--
                    --><a href='{{this.url}}' accesskey='{{this.accessKey}}'>{{this.name}}</a><!--
                --></li><!--
            -->{{/if}}<!--
        -->{{/each}}<!--
    --></ul>
</nav>

© 2015 - 2026 Jakob L. Kreuze