Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / templates / article.jsp
diff --git a/src/main/webapp/WEB-INF/templates/article.jsp b/src/main/webapp/WEB-INF/templates/article.jsp
new file mode 100644 (file)
index 0000000..d145080
--- /dev/null
@@ -0,0 +1,8 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
+<article id="content" class="main">
+  <header><h1><t:getAsString name="title"/></h1></header>
+  <t:insertAttribute name="maincontent"/>
+</article>