{% extends 'blog/base.html' %} {% block content %}
{% if post.published_date %}
{{ post.published_date }}
{% endif %} {% if user.is_authenticated %} {% endif %}

{{ post.title }}

{{ post.text|linebreaksbr }}

{% endblock %}