{% extends 'base.html' %} {% block container %}

{{ article.title }}{% if not article.published %} (Draft){% endif %}

{{ article.content_html|safe }}
{% endblock container %}