Spring eingeführt, um die Tiles-Konfiguration zu vereinfachen
[website] / src / main / webapp / WEB-INF / views / index.jsp
diff --git a/src/main/webapp/WEB-INF/views/index.jsp b/src/main/webapp/WEB-INF/views/index.jsp
new file mode 100644 (file)
index 0000000..2759472
--- /dev/null
@@ -0,0 +1,7 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
+<t:insertDefinition name="ONECOLUMN">
+  <t:putAttribute name="title" value="Branding" type="string"/>
+</t:insertDefinition>