summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/html/base.tmpl.html')
-rw-r--r--ui/html/base.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index 91bdbc2..58122a0 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -14,7 +14,7 @@
{{ template "nav" . }}
</header>
<main>
- {{ template "main" }}
+ {{ template "main" . }} <!-- DONT FORGET THE DOT!!! -->
</main>
</body>
</html>