less.js ausgebaut
[website] / dist / thymeleaf / potemkin / html-experimente / fast-leer-mit-menü-und-marginalinhalt.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=", uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html'"
8     >
9   <head>
10     <title>HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</title>
11     <!--/*-->
12     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
13     <link rel="stylesheet" type="text/css" href="../../../css/base.css"/>
14     <link rel="stylesheet" type="text/css" href="../../../css/screen.css" media="screen"/>
15     <link rel="stylesheet" type="text/css" href="../../../css/print.css" media="print"/>
16     <!--*/-->
17   </head>
18   <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
19     <article class="main" layout:fragment="maincontent">
20       <header><h1>Fast leere Seite mit Menü und Marginalinhalt</h1></header>
21       <p>Ein ganz bischen Text...</p>
22     </article>
23     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
24       MARGINAL-CONTENT
25     </aside>
26   </body>
27 </html>