{% extends 'cms_articles/base.html' %} {% load cms_tags i18n %} {% block content %}

{% page_attribute "title" %}

{% for article in latest %} {% include 'cms_articles/article_preview.html' %} {% endfor %} {% endblock %}