Add auth, rest api, svelte frontend, build structure
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
{{block "vite" .}} {{end}}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
@@ -17,7 +18,7 @@
|
||||
<link href="/static/css/app.css" rel="stylesheet" />
|
||||
{{block "stylesheets" .}} {{end}}
|
||||
</head>
|
||||
<body>
|
||||
<body class="site">
|
||||
<nav
|
||||
id="navbar-main"
|
||||
class="navbar navbar-expand-lg fixed-top navbar-light bg-white"
|
||||
@@ -47,7 +48,7 @@
|
||||
{{block "header" .}} {{end}}
|
||||
|
||||
<main>
|
||||
<div class="container">{{block "content" .}} {{end}}</div>
|
||||
<div class="container site-content">{{block "content" .}} {{end}}</div>
|
||||
</main>
|
||||
|
||||
{{block "footer" .}}
|
||||
|
Reference in New Issue
Block a user