erster brauchbarer stand.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
maik
2026-08-18 15:32:41 +02:00
co-authored by Claude Opus 4.8
commit 936b710edf
460 changed files with 13751 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{{ define "main" }}
<section class="op-detail-hero uk-section uk-section-small">
<div class="uk-container">
<p class="op-breadcrumb"><a href="{{ "/schauplaetze/" | relLangURL }}">{{ i18n "breadcrumbLocations" }}</a> &raquo; {{ partial "kat-label.html" .Title }}</p>
<h1 class="uk-margin-remove-top uk-margin-remove-bottom">{{ partial "kat-label.html" .Title }}</h1>
</div>
</section>
{{ partial "explorer.html" (dict "pages" .Pages) }}
{{ end }}