2017-03-22 15:20:18 +01:00
|
|
|
{{ "<!-- 404 HEADER -->" | safeHTML }}
|
|
|
|
<header>
|
|
|
|
<div class="header-content">
|
|
|
|
<div class="header-content-inner">
|
2018-06-08 18:22:10 +02:00
|
|
|
<h1>{{ i18n "error_headline" }}</h1>
|
2017-03-22 15:20:18 +01:00
|
|
|
<hr>
|
2018-06-08 18:22:10 +02:00
|
|
|
<p>{{ i18n "error_description" }}</p>
|
|
|
|
<a href="/" class="btn btn-primary btn-xl page-scroll">{{ i18n "error_button" }}</a>
|
2017-03-22 15:20:18 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|