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

{{ post.title }}

{{ post.content }}

{{ post.created_at }}

{% endblock %}