Added titles; updated the items list view

This commit is contained in:
2022-12-07 22:12:46 -05:00
parent ba0eb8649b
commit ec78e5e1ae
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<ul>
{{ range .inventory }}
<li>{{ .name }}</li>
{{ else }}
<p>There are currently no items registered in your inventory.</p>
{{ end }}
</ul>