publiccode.si/site/layouts/partials/404.html

12 lines
373 B
HTML

{{ "<!-- 404 HEADER -->" | safeHTML }}
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>{{ i18n "error_headline" }}</h1>
<hr>
<p>{{ i18n "error_description" }}</p>
<a href="/" class="btn btn-primary btn-xl page-scroll">{{ i18n "error_button" }}</a>
</div>
</div>
</header>