{% extends "easy_news/base.html" %} {% block title %}Все новости{% endblock %} {% block content_title %}Все новости{% endblock %} {% block content %} {% include "easy_news/news_include.html" %} {% endblock %}