{{ post.title }} {{ post.intro }} {% if post.main_image %} {% with post.main_image as main_image %} {% if main_image %} {% image main_image width-800 class="blog absolute inset-0 h-full w-full rounded-2xl bg-gray-50 object-cover" %}{% endif %} {% endwith %} {% endif %} 🕘 {{ post.date }} {% with tags=post.tags.all %} {% if tags %} Tags {% for tag in tags %} 🏷️ {{ tag }} {% endfor %} {% endif %} {% endwith %}