10 lines
472 B
HTML
10 lines
472 B
HTML
{{ 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> » {{ 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 }}
|