{% block extra_css %}{% endblock %}
Build Together
{% block content %}{% endblock %}
{% with modal_id="sprint-form-modal", default_title="Create New Sprint" %} {% include 'partials/modal.html' %} {% endwith %} {% with modal_id="delete-confirmation-modal", default_title="Confirm Delete" %} {% include 'partials/modal.html' %} {% endwith %} {% block modals %}{% endblock %}
{% block sidebar %}{% endblock %}
{% block extra_js %}{% endblock %}