<!DOCTYPE html> <html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>hi_du_ei</title> </head> <body> <div class="container-fluid"> <h1>Schleicherhof</h1> </div> <nav th:include="menu::menu"></nav> <div class="container-fluid"><h2 th:text="${title}">Titel</h2></div> <div class="container-fluid"><p th:text="${message}">Nachricht</p></div> <div th:include="foot::foot"></div> </body> </html>