{% extends "easy_news/base.html" %} {% block title %}{{ object.title }}{% endblock %} {% block content_title %}{{ object.title }}{% endblock %} {% block content %}
{{ object.date|date:"d" }} {{ object.month }} {{ object.date|date:"Y" }}
{{ object.text|safe }}
Все новости
{% endblock %}