aboutsummaryrefslogtreecommitdiffstats
path: root/templates/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/header.html')
-rw-r--r--templates/partials/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/partials/header.html b/templates/partials/header.html
new file mode 100644
index 0000000..fb74fca
--- /dev/null
+++ b/templates/partials/header.html
@@ -0,0 +1,6 @@
+ <header>
+ <nav>
+ <strong><a href="/">gumx</a>{{BREADCRUMBS}}</strong>
+ {{#HEADER_EXTRA}}<br /><em>{{HEADER_EXTRA}}</em>{{/HEADER_EXTRA}}
+ </nav>
+ </header>