{% extends "base.html" %} {% block title %}{{ sprint.name }} - Build Together{% endblock %} {% block sidebar %} {% include 'partials/sidebar.html' %} {% endblock %} {% block content %}
{% include 'partials/sprint.html' with context %}
{% endblock %}