{{ post.title }} {{ post.created_at|truncate(10, true, '') }} {% if post.author %} {{ post.author }} {% endif %} {% if post.category %} {{ post.category.name }} {% endif %} {% if post.tags and post.tags|length > 0 %} {% for tag in post.tags[:2] %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} {{ post.description }} Read More