erster brauchbarer stand.

This commit is contained in:
maik
2026-08-18 15:32:41 +02:00
commit 553247cdfb
460 changed files with 13751 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{{ 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 }}