Convert every page to new layout

This commit is contained in:
2019-09-17 23:38:40 +02:00
parent b1107236cd
commit 9f836801f2
28 changed files with 586 additions and 642 deletions

View File

@@ -44,7 +44,7 @@
</head>
<body>
{{template "menu" .}}
{{template "page_top" .}}
<br/>
<div class="file_manager">
<div class="nav_bar highlight_light">
@@ -73,7 +73,7 @@
</div>
</div>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>