summaryrefslogtreecommitdiff
path: root/templates/layout.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.hbs')
-rw-r--r--templates/layout.hbs14
1 files changed, 10 insertions, 4 deletions
diff --git a/templates/layout.hbs b/templates/layout.hbs
index 90e5e6f..bd47622 100644
--- a/templates/layout.hbs
+++ b/templates/layout.hbs
@@ -11,17 +11,23 @@
<h1>{{ title }}</h1>
</header>
<nav>
+ <h2>Templates</h2>
<ul>
- <li><a href="">Navigation 1</a></li>
- <li><a href="">Navigation 2</a></li>
- <li><a href="">Navigation 3</a></li>
+ <li><a href="">Exercise</a></li>
+ <li><a href="">Body Weight</a></li>
+ <li><a href="">Book List</a></li>
+ </ul>
+
+ <h2>Settings</h2>
+ <ul>
+ <li><a href="">Profile</a></li>
</ul>
</nav>
<main>
{{ ~> page }}
</main>
<footer>
- <p>Footer goes here</p>
+ <p>© 2020 Kjetil Ørbekk Some Rights Reserved
</footer>
</body>
</html>