{% if request.user.is_staff %}
Manage Post (Staff Only): Edit Delete
{% endif %}

{{ post.title }}

{{ post.content|linebreaks }}