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.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index 77ea1e9..f7f7e48 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -4,10 +4,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
- <title>DED</title>
+ <title>{{ template "title" .}} - DED</title>
</head>
<body>
- <h1>Hello from DED!</h1>
+ <header>
+ <h1><a href="/">DED</a></h1>
+ </header>
+ <main>
+ {{ template "main" }}
+ </main>
</body>
</html>
{{ end }}