summaryrefslogtreecommitdiff
path: root/client/html/top_nav.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/top_nav.hbs')
-rw-r--r--client/html/top_nav.hbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/html/top_nav.hbs b/client/html/top_nav.hbs
new file mode 100644
index 0000000..fb693c2
--- /dev/null
+++ b/client/html/top_nav.hbs
@@ -0,0 +1,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>