{{ content }}
{% else %}{{ post.title }}
{{ post.excerpt }}
{% if post.image_filename %}{% endif %}{% for kind, content in blocks %}{% if kind == 'text' %}{% if content.caption %}{{ content.caption }} {% endif %} {% endif %}{% endfor %}
{% if current_user and current_user.id == post.author_id %}Edit post{% endif %}