Added titles; updated the items list view
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
<ul>
|
||||
{{ range .inventory }}
|
||||
<li>{{ .name }}</li>
|
||||
{{ else }}
|
||||
<p>There are currently no items registered in your inventory.</p>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user