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

{{ post.title }}

{{ post.text|linebreaksbr }}

{% endblock %}