layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / expertise.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='/expertise.html')}"
5     >
6   <head>
7     <title id="title">Expertise</title>
8     <!--/*-->
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <link rel="stylesheet" type="text/css" href="css/base.css"/>
11     <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
12     <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
13     <!--*/-->
14   </head>
15   <body>
16     <main class="maincontent">
17       <div th:replace="templates/fragments :: wip ('Expertise')"></div>
18     </main>
19   </body>
20 </html>