{% extends "base.html" %} {% block content %}

{{post.title}}

{{post.content}}

{% if current_user.id == post.author %}

Edit Post

{% endif %} {% endblock content %}