diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache
index 1458b39..7a1cd00 100644
--- a/contrib/templates/default/board.mustache
+++ b/contrib/templates/default/board.mustache
@@ -8,7 +8,7 @@
board has the properties:
- Prefix ( absolute path like //site.tld/ or /path/ )
- Board ( the name of the board )
- - Navar ( a function that renders the navbar, should not be escaped )
+ - Navbar ( a function that renders the navbar, should not be escaped )
- Threads ( a list of Thread Models with the last few replies )
}}
@@ -19,9 +19,9 @@
{{board.Board}}
-
+
{{{board.Navbar}}}
-
+
diff --git a/contrib/templates/default/navbar.mustache b/contrib/templates/default/navbar.mustache
index 90d6b06..f2cd733 100644
--- a/contrib/templates/default/navbar.mustache
+++ b/contrib/templates/default/navbar.mustache
@@ -14,4 +14,9 @@
on
{{frontend}}
+
+ {{# links }}
+
{{Text}}
+ {{/ links }}
+
\ No newline at end of file
diff --git a/contrib/templates/default/postform.mustache b/contrib/templates/default/postform.mustache
index f45ff4a..59e1148 100644
--- a/contrib/templates/default/postform.mustache
+++ b/contrib/templates/default/postform.mustache
@@ -6,7 +6,6 @@
- reference ( the post we are replying to, or empty string if it's an op )
- button ( the text for the reply button )
}}
- posting