kompact-io-landing/templates/blog.html

11 lines
358 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-800 dark:text-gray-200 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>