e66eac0fad0e6603d70a8537f47b7c158e1b3b05
[website] / dist / potemkin / html-experimente / basis-layout.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', uri='/potemkin/html-experimente/basis-layout.html'"
8     >
9   <head layout:fragment="head">
10     <title>HTML-Experimente - Basis-Layout</title>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
12     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.min.css}"/>
13   </head>
14   <body thymeproxy:variables="MERGE:potemkin.json">
15     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
16       MARGINAL-CONTENT
17     </aside>
18   </body>
19 </html>