mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
<div class="flex flex-row justify-center mt-12 mb-8">
|
|
<!-- Schnellfilter Button -->
|
|
<schnellauswahl-button></schnellauswahl-button>
|
|
|
|
<search-bar class="w-6/12"></search-bar>
|
|
|
|
<navigation-menu
|
|
{{ if .gitCommit }}git-commit="{{ .gitCommit }}"{{ end }}
|
|
{{ if .gitDate }}git-date="{{ .gitDate }}"{{ end }}
|
|
{{ if .gitURL }}git-url="{{ .gitURL }}"{{ end }}
|
|
></navigation-menu>
|
|
</div>
|
|
|