Eintrag für die Einstiegsseite des Projekts "maven-thymeleaf-skin" angelegt
[website] / dist / projects / html-experimente / seitenkopf.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     xmlns:th="http://www.thymeleaf.org"
6     layout:decorator="templates/layout"
7     th:with="title='Nur das Basis-Layout und die Seitenaufteiltung', uri='/projects/html-experimente/seitenkopf.html'"
8     >
9   <head layout:fragment="head">
10     <title>HTML-Experimente - Basis-Layout &amp; Seitenkopf</title>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
12     <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
13     <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../css/seitenkopf.css" th:href="@{/css/seitenkopf.css}"/>
14     <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
15   </head>
16   <body>
17     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
18       MARGINAL-CONTENT
19     </aside>
20   </body>
21 </html>