congo/layouts/partials/section-heading.html

5 lines
149 B
HTML

<section class="prose dark:prose-light">
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
<section>{{ .Content }}</section>
</section>