aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html
index d4e4799..2eb2531 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,4 +1,10 @@
<header>
+ {{?menu_items}}Menu:
+ <ul>
+ {{#menu_items}}<li>{{.}}</li>{{/menu_items}}
+ </ul>
+ {{/menu_items}}
+
Navigation:
<ul>
<li><a href="{{#pageLink}}/{{/pageLink}}">{{#pageName}}/{{/pageName}}</a></li>