Can show an asset

This commit is contained in:
2025-06-08 06:47:34 +02:00
parent 257abddc15
commit d4718d15c3
10 changed files with 119 additions and 8 deletions

View File

@@ -4,7 +4,12 @@
<title>PC Inventory</title>
</head>
<body>
<h1>PC Inventory - <span th:text="${title}"></span></h1>
<h1>PC Inventory - <span th:text="${title}"></span>
</h1>
<hr>
<a href="/">Home</a>
<a href="/browse">Browse</a>
<a href="/create">Create</a>
<hr>
<div th:replace="${content}">
</div>