mirror of https://github.com/jpanther/congo.git
5 lines
162 B
HTML
5 lines
162 B
HTML
|
<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>
|