14 lines
700 B
HTML
14 lines
700 B
HTML
{{ define "main" }}
|
|
<section class="op-detail-hero uk-section uk-section-large">
|
|
<div class="uk-container">
|
|
<p class="op-breadcrumb"><a href="{{ "/" | relLangURL }}">{{ i18n "home" }}</a></p>
|
|
<h1 class="uk-margin-small-top uk-margin-remove-bottom">{{ i18n "notFoundTitle" }}</h1>
|
|
<p class="uk-text-lead uk-margin-small-top">{{ i18n "notFoundText" }}</p>
|
|
<div class="uk-margin-top">
|
|
<a class="uk-button uk-button-primary" href="{{ "/" | relLangURL }}">{{ i18n "toMap" }}</a>
|
|
<a class="uk-button uk-button-default uk-margin-small-left" href="{{ "/schauplaetze/" | relLangURL }}">{{ i18n "allLocations" }}</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|