{% extends "news/base.html" %} {% load staticfiles %} {% block title %}Novinky{% endblock title %} {% block page_header%} {% endblock %} {% block page_content %} {% include "news/parts/news_list.html" %} {% if is_paginated %} {% endif %} {% endblock page_content %}