8 lines
298 B
HTML
Executable file
8 lines
298 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>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
|
|
</div>
|
|
</div>
|
|
</section>
|