{% extends "layouts/base.html" %} {% load staticfiles %} {% block title %}Incidents{% endblock %} {% block header %}{% include 'header.html' %}{% endblock %} {% block sidebar %}{% include 'sidebar.html' %}{% endblock %} {%block content %} Dashboard Incident history Action Action Shortcuts Action Action Incidents Create Incident ... Incidents in need of attention Action Action Incident 1 Incident 2 Incident 3 Incident 4 ... {% endblock %}