{% extends 'base.html' %} {% block content %}
{% if post.published_date %}
{{ post.published_date }}
{% else %} Publish {% endif %} {% if user.is_staff and user == post.author %} Edit Remove {% endif %}

{{ post.title }}

{{ post.text|linebreaksbr }}

{% endblock %}