layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / templates / fragments.html
index 7eec1ba..9c999c8 100644 (file)
@@ -10,7 +10,7 @@
   <body>
     <h1>Explanation fo the german word "Impressum"</h1>
     <hr />
-    <aside class="m" th:fragment="about">
+    <div th:fragment="about">
       <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
       The german law enforces the so called <em>Impressum</em> to enable
       customers to easily find out all juristically relevant informations
       <h1>Find out more...</h1>
       If you just want to learn more about juplo you should better
       <a href="../about.html" th:href="@{/about.html}" title="Learn more about juplo now">visit our about-pages</a>.
-    </aside>
+    </div>
     <hr />
     <h1>Work-in-progress-hint</h1>
     <hr />
-    <article class="main" layout:fragment="wip(title)">
+    <article class="main" th:fragment="wip(title)">
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
-      <div class="wip" th:fragment="wip">
+      <div class="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
         <p th:include="templates/layout :: maincontent" th:remove="tag">
           PAGE-CONTENT