1766812937a:1:{s:21:"blog/post-listing.htm";a:6:{s:8:"fileName";s:21:"blog/post-listing.htm";s:7:"content";s:647:"description = Post Listing
==
<a href="{{ post.url }}" class="shadow rounded flex flex-col transform-gpu transition-transform hover:scale-105">
    <span
        class="block bg-gray-800 h-44 flex-grow-0 flex-shrink-0 rounded-tl rounded-tr bg-cover bg-no-repeat bg-center"
        {% if post.featured_images|length %}
            style="background-image: url('{{ post.featured_images.0.path }}')"
        {% endif %}
    ></span>
    <span class="block p-6">
        <span class="block font-heading text-lg text-gray-700">{{ post.title }}</span>

        <p class="mt-2 text-sm">
            {{ post.summary|nl2br }}
        </p>
    </span>
</a>
";s:5:"mtime";i:1678627025;s:6:"markup";s:616:"<a href="{{ post.url }}" class="shadow rounded flex flex-col transform-gpu transition-transform hover:scale-105">
    <span
        class="block bg-gray-800 h-44 flex-grow-0 flex-shrink-0 rounded-tl rounded-tr bg-cover bg-no-repeat bg-center"
        {% if post.featured_images|length %}
            style="background-image: url('{{ post.featured_images.0.path }}')"
        {% endif %}
    ></span>
    <span class="block p-6">
        <span class="block font-heading text-lg text-gray-700">{{ post.title }}</span>

        <p class="mt-2 text-sm">
            {{ post.summary|nl2br }}
        </p>
    </span>
</a>";s:4:"code";N;s:11:"description";s:12:"Post Listing";}}