This commit is contained in:
2025-08-31 12:52:17 +02:00
parent dbf53a9c30
commit d1c9d27219
4 changed files with 88 additions and 23 deletions

View File

@@ -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>