Die Attribute title/main/marginal werden explizit gesetzt
[website] / dist / about.html
index cfc4ed1..442ce98 100644 (file)
@@ -1,10 +1,15 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{/templates/layout.html :: layout(uri='/about.html')}"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/about.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}
+      )}"
     >
   <head>
-    <title id="title">About</title>
+    <title>About</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="css/base.css"/>