Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / templates / fragments.html
index 54cd73b..cdf7c06 100644 (file)
@@ -27,7 +27,7 @@
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="templates/layout :: maincontent" th:remove="tag">
+        <p th:include="/templates/layout.html :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>