layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / potemkin / html-experimente / fast-leer-kein-menü.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-kein-menü.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
5     >
6   <head>
7     <title id="title">HTML-Experimente - Fast leere Seite ohne Menü</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     <nav id="navigation">
17       <hr class="n"/>
18       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
19       <h1 class="nav">Navigation</h1>
20       <h2 class="nav menu">Section-Menu</h2>
21       <ul id="menu" class="cf">
22         <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
23         <li class="m projects"><a href="../potemkin.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
24         <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
25       </ul>
26     </nav>
27     <article class="maincontent">
28       <header><h1>Fast leere Seite ohne Menü</h1></header>
29       <p>Ein ganz bischen Text...</p>
30     </article>
31   </body>
32 </html>