DAM-static-site/layouts/partials/page-header.html
2024-02-28 17:09:00 +06:00

10 lines
371 B
HTML
Executable File

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