2024-03-26 16:28:28 +01:00
|
|
|
<section>
|
|
|
|
<div class="container text-center">
|
|
|
|
<div
|
2024-03-27 12:24:18 +01:00
|
|
|
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"
|
|
|
|
>
|
2024-03-26 16:28:28 +01:00
|
|
|
<h1>{{ i18n (printf "%s" (lower .Title)) | default .Title | title }}</h1>
|
|
|
|
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|