{{ post.published_date }}
{% endif %}
{% if user.is_authenticated %}
{% endif %}
{{ post.title }}
{{ post.text|linebreaksbr }}
{% extends 'blog/base.html' %} {% block content %}
{% endblock %}