Can show an asset
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user