hmc_site_source/layouts/partials/page-header.html

9 lines
191 B
HTML

<section>
<div class="container text-center">
<div
class="px-8 py-14">
<h1>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
</div>
</div>
</section>