Added hardware routes and views

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 7c13b1f209
commit 93778274c2
7 changed files with 144 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{{ template "header" . }}
<div class="row">
<h2>{{ .hardware.Name }}</h2>
<p>{{ .hardware.Type }}</p>
<hr>
<p><a href="/hardware">Back</a></p>
</div>
{{ template "footer" . }}