2023-11-13 14:02:34 +00:00
|
|
|
<section class="dark page-hero pt-14 mb-14">
|
2023-05-25 10:41:54 +00:00
|
|
|
<div class="container text-center">
|
2023-11-13 14:02:34 +00:00
|
|
|
<div class="px-8 py-14 dark:from-darkmode-body dark:to-darkmode-theme-light">
|
|
|
|
<!-- bg-gradient-to-b from-body to-theme-light rounded-2xl -->
|
|
|
|
<h1>{{ .Title }}</h1><!-- | title -->
|
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>
|
2023-11-13 14:02:34 +00:00
|
|
|
<!--
|
|
|
|
{{ $image:= .Params.image }}
|
|
|
|
{{ if $image }}
|
|
|
|
<div class="mb-10">
|
|
|
|
{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
-->
|
2023-05-25 10:41:54 +00:00
|
|
|
</div>
|
|
|
|
</section>
|