{% extends 'base.html' %} {% block title %}Home | {{ SITENAME }}{% endblock %} {% block metadesc %}{{ DESCRIPTION }}{% endblock %} {% block content %} {% for article in articles %} {% if article.status != 'draft' %}

{{ article.title }}

{{ article.locale_date }}

{% endif %} {% endfor %} {% endblock %}