refactor: unify template structure by introducing a layout snippet

Replaces repetitive header, navbar, and footer code in templates with a centralized `layout` snippet for better maintainability. Cleans up and simplifies various template snippets.
This commit is contained in:
2025-06-29 12:15:33 +02:00
parent 67746c91eb
commit 09a1515025
11 changed files with 179 additions and 410 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
<nav class="bg-sf_grau-50 shadow-lg sticky top-0 z-50" data-pgc-define="navbar"
data-pgc-define-name="Navigationsleiste"
data-pgc-define-description="Navigationsleiste zur Verwendung auf allen Seiten"
data-pgc-define-photo-preview-only>
<nav class="bg-sf_grau-50 shadow-lg sticky top-0 z-50">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="flex h-24 items-center justify-between">
<!-- Logo (Links) -->