chill_hugoplate/layouts/partials/page-header.html
2023-06-04 11:07:38 +06:00

10 lines
303 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>{{ .Title | title }}</h1>
{{ partial "components/breadcrumb" . }}
</div>
</div>
</section>