Umstellung auf Thymeleaf: Zwischenschritt - Fehler in Thymeleaf umschifft
[website] / src / main / webapp / thymeleaf / templates / layout.html
index f019b46..7d02e2b 100644 (file)
@@ -27,6 +27,8 @@
         </p>
       </div>
     </div>
+    <!--/* Tiles attribute will be put here at runtime */-->
+    <div tiles:replace="tiles">TILES</div>
     <!--/* Standard layout can be mixed with Tiles */-->
     <div th:replace="templates/footer :: fragment">FOOTER</div>
   </body>