Die Attribute title/main/marginal werden explizit gesetzt
[website] / dist / projects.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{/templates/layout.html :: layout(
5       uri='/projects.html',
6       title=~{:: title},
7       maincontent=~{:: .maincontent},
8       marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
9     >
10   <head>
11     <title id="title">Projects - Potemkinsche Dörfer!</title>
12     <!--/*-->
13     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
14     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
15     <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
16     <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
17     <script src="js/less-1.7.0.min.js"></script>
18     <!--*/-->
19   </head>
20   <body>
21    <main class="maincontent">
22      <h1>Projects - Potemkinsche Dörfer!</h1>
23      <ul>
24        <li><a href="potemkin/fix-swf/overview.html" th:href="@{/potemkin/fix-swf/overview.html}">Fix SWF</a></li>
25        <li><a href="potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">HTML-Experimente</a></li>
26        <li><a href="potemkin/accelerator.html" th:href="@{/potemkin/accelerator.html}">accelerator</a></li>
27        <li><a href="potemkin/typo.html" th:href="@{/potemkin/typo.html}">Typography</a></li>
28      </ul>
29    </main>
30   </body>
31 </html>