Add auth, rest api, svelte frontend, build structure

This commit is contained in:
2025-06-02 08:44:10 +02:00
parent 97be451306
commit 17ab7c4929
222 changed files with 3057 additions and 136 deletions

View File

@@ -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" .}}