Start of new menu

This commit is contained in:
2019-09-16 23:50:57 +02:00
parent 09509367aa
commit b1107236cd
11 changed files with 303 additions and 152 deletions

View File

@@ -7,10 +7,13 @@
</head>
<body>
<div id='body' class="body">
{{template "menu" .}}
{{template "page_top" .}}
<h1 class="highlight_middle">Welcome home, {{.Username}}!</h1>
<div class="checkers inset highlight_dark">
<h1>Welcome home, {{.Username}}!</h1>
</div>
<div class="centered">
<h2>Actions</h2>
<ul>
@@ -47,8 +50,10 @@
<br/>
<a href="/user/lists" class="button">...All my lists</a>
</div>
{{template "footer"}}
</div>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>