{% load static mezzanine_tags %}
{% for page in articles reversed %} {% if forloop.counter0 < 2 %}
{{ page.title }}

{{ page.publish_date|date:"d" }} {{ page.publish_date|date:"m.Y" }}

{{page.title}}

{{page.description|safe}}
{% endif %} {% endfor %}