{% extends "base.html" %} {% load guardian_tags %} {% block content %}
Back to posts list

User permissions

{{ post.title }}

at {{ post.created_at }}

{{ post.content|safe }}
{% endblock %}