diff options
Diffstat (limited to 'ui/html/base.tmpl.html')
-rw-r--r-- | ui/html/base.tmpl.html | 2 |
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> |