{% extends 'base.html' %} {% block content %} {% if not request.path == '/' %} {% include 'components/breadcrumbs.html' %} {% endif %} {% block news_content %} {% endblock news_content %} {% endblock content %}