{% extends "base.html" %} {% block content %}

{% block pagetitle %}{% endblock %}

{% if articles %} {% for article in articles[0:10] %}
{% if not HIDE_DATE %} {% endif %}

{{ article.title }}

{{ article.content|striptags|truncate(200) }}
{% endfor %} {% endif %} {% endblock content %}