{% extends 'base.html' %} {% block title %}{{ object.title }}{% endblock %} {% block content %}

{{ object.date_updated|date:"DATETIME_FORMAT" }}

{{ object.title }}

{% if object.image %}
{% endif %} {{ object.content_html|safe }}

{{ object.author }}

{% endblock content %}