{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %}
{% if articles %} {% for article in articles_page.object_list %}

{{ article.title }}

{{ article.locale_date }} {% if article.update %}   {{ article.update }} {% endif %}
{{ article.content|truncate(620, killwords=False, end='...')|striptags }} {% endfor %} {% endif %} {% include "_includes/pagination.html" %}
{% endblock content %}