This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
website-old/layouts/partials/page-header.html
Kiara Grouwstra 54bf9da2a3
init
2025-04-14 11:20:58 +02:00

10 lines
331 B
HTML
Executable file

<section>
<div class="container text-center">
<div
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
>
<h1>{{ i18n (printf "%s" (lower .Title)) | default .Title | title }}</h1>
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
</div>
</div>
</section>