mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
<!-- Single Place Detail View -->
|
|
<div class="max-w-7xl mx-auto px-8 py-8">
|
|
<div class="bg-white px-6 py-6 rounded w-full lg:min-w-[800px] xl:min-w-[900px]">
|
|
{{ template "_back_navigation" . }}
|
|
{{ template "_place_header" .model.SelectedPlace }}
|
|
{{ template "_place_pieces" .model.SelectedPlace }}
|
|
</div>
|
|
</div> |