fix
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="theme-color" content="#6366f1"/>
|
||||
<title>{{block "title" .}}Kücheninventar{{end}}</title>
|
||||
<link rel="stylesheet" href="/assets/style.css"/>
|
||||
<script defer src="/assets/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="container">
|
||||
<h1>🍳 Kücheninventar</h1>
|
||||
<div class="brand"><span class="logo">🍳</span> <span>Kücheninventar</span></div>
|
||||
<nav>
|
||||
<a href="/">Dashboard</a>
|
||||
<a href="/products">Produkte</a>
|
||||
@@ -19,7 +21,9 @@
|
||||
</header>
|
||||
<main class="container">
|
||||
{{template "flash" .}}
|
||||
<div class="content">
|
||||
{{block "content" .}}{{end}}
|
||||
</div>
|
||||
</main>
|
||||
<footer class="container muted">
|
||||
<p>© {{now | printf "%d"}} – Lokale Demo-App (Go + SQLite). Bilder bleiben lokal.</p>
|
||||
|
||||
Reference in New Issue
Block a user