You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
732 B
21 lines
732 B
{{ define "main" }}
|
|
|
|
<div class="content">
|
|
<div class="article-wrapper u-cf single">
|
|
<a class="bubble" href="{{ "/" | relLangURL}}">
|
|
<i class="fa fa-fw fa-exclamation-triangle"></i>
|
|
</a>
|
|
|
|
<article class="error404 article">
|
|
<div class="content">
|
|
<h3>WOAH BUDDY!</h3>
|
|
<p></p>
|
|
<p>This is definitly not the page you're looking for...</p>
|
|
<p><strong>An Error 404 occured.</strong> That means the page is not available. </p>
|
|
<p>Please select a category at the bottom or change over to the <a href="{{ "/" | relLangURL}}"> HOMEPAGE</a>.</p>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|