{% extends 'base.html' %} {% block content %}
{% if post.published_date %}
{{ post.published_date }}
{% else %} Publish {% endif %}

{{ post.title }}

{{ post.text|linebreaksbr }}

{% endblock %}