{% extends 'base.html' %} {% load url from future %} {% block contents %}

{{ object.title }}

{% if user.is_authenticated %} {% endif %}
{{ object.body|linebreaks }}
{% endblock %}