<!DOCTYPE html> <html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head th:include="head::head"></head> <body class="container" style="background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;" > <div class="container-fluid"> <h1><img th:src="@{/photos/logo.png}" alt="Logo" width="470" height="150"/></h1> </div> <nav th:include="menu::menu" ></nav> <div class="container"><h2 th:text="${title3}">Titel</h2></div> <div th:include="foot::foot"></div> </body> </html>