seperate routes, provide robust handler types, use mux

This commit is contained in:
sentriz
2019-07-14 19:32:36 +01:00
parent cbe709025e
commit 5444b328fd
77 changed files with 11880 additions and 1011 deletions

View File

@@ -1,8 +0,0 @@
{{ define "head" }}
<link rel="stylesheet" href="/admin/static/reset.css">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/3.6.95/css/materialdesignicons.min.css">
<link rel="stylesheet" href="/admin/static/main.css">
<link rel="shortcut icon" href="/admin/static/favicon.ico" type="image/x-icon">
<link rel="icon" href="/admin/static/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
{{ end }}