Files
MiauInv/frontend/htmx/contents/dash/locations.html
2026-06-05 19:00:48 +02:00

11 lines
126 B
HTML

{{ define "content" }}
<h1>Lagerorte</h1>
<div
hx-get="/api/locations"
hx-trigger="load"
>
</div>
{{ end }}