{{ post.category }}{% if post.is_hidden %} / MEMBERS{% endif %}{{ post.created_at[:10] }}{{ post.title }}{{ post.excerpt }}WRITTEN BY {{ post.real_name or post.username }}{% if post.updated_at != post.created_at %} / UPDATED {{ post.updated_at[:10] }}{% endif %}{% if post.image_filename %}{% endif %}{% for kind, content in blocks %}{% if kind == 'text' %}{{ content }}{% elif kind == 'code' %}{{ content.language }}Copy{{ content.content }}{% else %}{% if content.caption %}{{ content.caption }}{% endif %}{% endif %}{% endfor %}{% if current_user and current_user.id == post.author_id %}Edit post{% endif %}