{% extends 'base.html' %} {% block container %} {% for article in article_list %}

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

{{ article.excerpt_html|safe }}

Read more

{% endfor %} {% endblock container %}