congo/layouts/partials/section-heading.html

5 lines
132 B
HTML
Raw Normal View History

<section class="prose">
2021-08-11 05:28:33 +00:00
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
<section>{{ .Content }}</section>
2021-08-11 05:28:33 +00:00
</section>