Files
schachfreunde-badsteben/site/templates/dwz.php
T
tfeigel 09a1515025 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.
2025-06-29 12:15:33 +02:00

5 lines
91 B
PHP

<?php snippet('layout', slots: true) ?>
<?php snippet('dwz') ?>
<?php endsnippet() ?>