Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / potemkin / html-experimente / kein-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='Alle Stylings deaktiviert', uri='/potemkin/html-experimente/kein-layout.html'"
8     >
9   <head layout:fragment="head">
10     <title>HTML-Experimente - Kein Layout</title>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
12   </head>
13   <body thymeproxy:variables="MERGE:potemkin.json">
14     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
15       MARGINAL-CONTENT
16     </aside>
17   </body>
18 </html>