Added HTML
This commit is contained in:
24
frontend/htmx/contents/dash/dashboard.html
Normal file
24
frontend/htmx/contents/dash/dashboard.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{{ define "content" }}
|
||||
|
||||
<h1>Dashboard</h1>
|
||||
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
<h2>{{ .Stats.Items }}</h2>
|
||||
<p>Items</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>{{ .Stats.Projects }}</h2>
|
||||
<p>Projekte</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>{{ .Stats.Locations }}</h2>
|
||||
<p>Orte</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user