chill_hugoplate/themes/hugoplate/layouts/partials/page-header.html

10 lines
335 B
HTML
Raw Normal View History

2023-05-25 10:41:54 +00:00
<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>
2023-06-04 07:29:21 +00:00
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
2023-05-25 10:41:54 +00:00
</div>
</div>
</section>