3 xmlns="http://www.w3.org/1999/xhtml"
4 xmlns:layout="http://www.thymeleaf.org"
5 layout:decorator="templates/layout"
6 th:with="uri='/templates/error.html', contentclass='nomenu'"
9 <title>An Unexpected Error Occured!</title>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12 <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
13 <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
14 <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
15 <script src="../../js/less-1.7.0.min.js"></script>
19 <ol layout:fragment="breadcrumb">
20 <li class="b"><strong class="b">An Unexpected Error Occured!</strong></li>
22 <nav layout:fragment="navigation">
24 <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
25 <h1 class="nav">Navigation</h1>
26 <h2 class="nav menu">Section-Menu</h2>
27 <ul id="menu" class="cf">
28 <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
29 <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m">Projects</a></li>
30 <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
33 <article class="main" layout:fragment="maincontent">
34 <header><h1>An Unexpected Error Occured!</h1></header>
35 <p>We do not know, what happend.</p>
36 <p>But we can tell you: WE ARE SORRY!</p>