Umstellung auf Thymeleaf: Schritt 1 - Thymeleaf zum Laufen bekommen
[website] / src / main / webapp / thymeleaf / templates / header.html
diff --git a/src/main/webapp/thymeleaf/templates/header.html b/src/main/webapp/thymeleaf/templates/header.html
new file mode 100644 (file)
index 0000000..a237023
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
+  <head>
+    <title>Header-Template</title>
+  </head>
+  <body>
+    <header th:fragment="fragment">
+      juplo proudly presemts:
+      <hr />
+    </header>
+  </body>
+</html>
\ No newline at end of file