congo/layouts/partials/section-heading.html

5 lines
162 B
HTML
Raw Normal View History

2021-08-11 05:28:33 +00:00
<section>
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
<p class="mt-8 mb-12 text-gray-400 dark:text-gray-500">{{ .Description }}</p>
</section>