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

{{ object.title }}

Author {{ object.user.username }}

{{ object.content }}

{% endblock content %}