This commit is contained in:
Andras Schmelczer 2026-05-11 21:30:57 +01:00
parent f3fc893675
commit bb5b4c4cf3
43 changed files with 585 additions and 524 deletions

View file

@ -10,6 +10,7 @@ const { title, description } = Astro.props;
<Base {...Astro.props}>
<div class="page-shell">
<header class="page-header">
<slot name="breadcrumbs" />
<h1>{title}</h1>
<p>{description}</p>
</header>