{{ post.category }}{{ post.created_at[:10] }}{{ post.title }}{{ post.excerpt }}WRITTEN BY {{ post.username }}{% if post.updated_at != post.created_at %} / UPDATED {{ post.updated_at[:10] }}{% endif %}{% if post.image_filename %}Close{% endif %}{{ post.body }}{% if current_user and current_user.id == post.author_id %}Edit post{% endif %}