{% load static %}
Sprint - {% block title %}{% endblock %}
{% block stylesheets %}{% endblock stylesheets %} {% include 'includes/sidebar.html' %}
{% include 'includes/navigation.html' %} {% block content %}{% endblock content %}
{% include 'includes/scripts.html' %} {% block javascripts %}{% endblock javascripts %}