This commit is contained in:
13
src/main/resources/templates/fragments.html
Normal file
13
src/main/resources/templates/fragments.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org" th:fragment="base(title, content)">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PC Inventory</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>PC Inventory - <span th:text="${title}"></span></h1>
|
||||
<hr>
|
||||
<div th:replace="${content}">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user