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