-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thorsten Marx
committed
Oct 2, 2024
1 parent
a7ad98c
commit f8fe425
Showing
9 changed files
with
20 additions
and
326 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> | ||
|
||
<head> | ||
<th:block th:replace="libs/fragments.html :: header"> | ||
</th:block> | ||
</head> | ||
<head> | ||
<th:block th:replace="libs/fragments.html :: header"> | ||
</th:block> | ||
</head> | ||
|
||
<body> | ||
<body> | ||
|
||
<nav th:replace="libs/fragments.html :: navigation"></nav> | ||
<nav th:replace="libs/fragments.html :: navigation"></nav> | ||
|
||
<div id="content"> | ||
<div class="container" th:utext="${content}"></div> | ||
<div id="content"> | ||
<h3>Overridden template from parent</h3> | ||
|
||
<div class="container" th:utext="${content}"></div> | ||
|
||
<div class="container" th:if="${sections.containsKey('part')}"> | ||
<th:block th:each="part : ${sections.get('part')}"> | ||
<th:block th:utext="${part.content}"></th:block> | ||
</th:block> | ||
</div> | ||
<div class="container" th:if="${sections.containsKey('part')}"> | ||
<th:block th:each="part : ${sections.get('part')}"> | ||
<th:block th:utext="${part.content}"></th:block> | ||
</th:block> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<th:block th:replace="libs/fragments.html :: footer"></th:block> | ||
<th:block th:replace="libs/fragments.html :: footer"></th:block> | ||
|
||
</body> | ||
</body> | ||
|
||
<script th:replace="libs/fragments.html :: footer_scripts"> | ||
<script th:replace="libs/fragments.html :: footer_scripts"> | ||
|
||
</script> | ||
</script> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.