WIP: title/main/marginal explizit
[website] / dist / potemkin / html-experimente / basis-layout.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4     <title>HTML-Experimente - Basis-Layout</title>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
6     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.min.css}"/>
7   </head>
8   <body th:replace="~{/templates/layout.html :: body(
9       uri='/potemkin/html-experimente/basis-layout.html',
10       title=~{:: title},
11       maincontent=~{:: .maincontent},
12       marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
13     <main class="maincontent">
14       <header><h1>Nur das Basis-Layout</h1></header>
15       <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
16     </main>
17     <aside class="marginalcontent" th:replace="/templates/fragments.html :: marginalcontent">
18       MARGINAL-CONTENT
19     </aside>
20   </body>
21 </html>