09a1515025
Replaces repetitive header, navbar, and footer code in templates with a centralized `layout` snippet for better maintainability. Cleans up and simplifies various template snippets.
5 lines
88 B
PHP
5 lines
88 B
PHP
<?php snippet('layout', slots: true) ?>
|
|
|
|
<h1>Hallo Welt!</h1>
|
|
|
|
<?php endsnippet() ?>
|