<!-- Post item --> <div class="flex flex-col pt-4"> <a href="/{{ slug }}.html"><h1 class="text-indigo-400 prose prose-lg text-xl">{{ title }}</h1></a> <span class="text-md mt-2">Posted on {{ date }}</span> <!-- Blurp --> <span class="prose text-white mt-4"> {{ summary }} </span> </div>