congo/layouts/partials/section-heading.html

5 lines
149 B
HTML
Raw Normal View History

2021-08-16 00:41:00 +00:00
<section class="prose dark:prose-light">
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>