Files
hmc_site_source/layouts/partials/page-header-rss.html
2024-10-25 19:41:18 -07:00

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>