{{ post.title }} {{ post.created_at|truncate(10, true, '') }} {% if post.author %} {{ post.author }} {% endif %} {% if post.tags %} {% for tag in post.tags %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} {{ post.description }} Read More