kompact-io-landing/templates/blog.html

12 lines
346 B
HTML

<section id="services" class="py-6 px-2 flex flex-col gap-12">
<header class="text-3xl">
# blog
</header>
<div class="text-gray-700 mt-4">
A nascent initiative sharing some of the things happening at Kompact.io.
</div>
</section>
<section class="py-6 px-2 flex flex-col gap-12">
$partial("templates/post-list.html")$
</section>