{% extends "index.html" %} {% block application %} {% for news in last_news %} [{{ news.pub_date|date:"d.m.Y"}}] {{ news.title }}

{{ news.description }}

{% endfor %} {% endblock %}