d8b950e6e71b36d39cc7335bbc5c782a6936c1fb
[website] / dist / potemkin / html-experimente / fast-leer-mit-menü-und-marginalinhalt.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html', json='MERGE:/potemkin.json')}"
5     >
6   <head>
7     <title id="title">HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</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     <article class="maincontent">
17       <header><h1>Fast leere Seite mit Menü und Marginalinhalt</h1></header>
18       <p>Ein ganz bischen Text...</p>
19     </article>
20     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
21       MARGINAL-CONTENT
22     </aside>
23   </body>
24 </html>