An Namensänderung juplo:variables in thymeproxy:variables angepasst
[website] / dist / potemkin / html-experimente / fast-leer-einspaltig-mit-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="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html'"
8     >
9   <head>
10     <title>HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt</title>
11     <!--/*-->
12     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
13     <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
14     <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
15     <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
16     <script src="../../js/less-1.7.0.min.js"></script>
17     <!--*/-->
18   </head>
19   <body>
20     <nav layout:fragment="navigation">
21       <hr class="n"/>
22       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
23       <h1 class="nav">Navigation</h1>
24       <h2 class="nav menu">Section-Menu</h2>
25       <ul id="menu" class="cf">
26         <li class="m blog"><a href="../../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
27         <li class="m projects"><a href="../../potemkin.html" th:href="@{/potemkin.html}" class="m selected">Projects</a></li>
28         <li class="m about"><a href="../../about.html" th:href="@{/about.html}" class="m">About</a></li>
29       </ul>
30     </nav>
31     <article class="main" layout:fragment="maincontent">
32       <header><h1>Fast leere einspaltige Seite mit Marginalinhalt</h1></header>
33       <p><strong>KAPUTT:</strong> siehe Erklärung im Commit</p>
34     </article>
35     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
36       MARGINAL-CONTENT
37     </aside>
38   </body>
39 </html>