{% load static %} {% include 'bases/head_base.html' %} {% include 'bases/navbar_base.html' %}
{% if error_message %}

{{ error_message }}

{% else %}

Milestones are a way to track progress towards development goals. A milestone will have certain tasks associated with it. Upon the completion of said tasks, the milestone will automatically be marked as met.

{% endif %}

Unmet Milestones

Met Milestones

{% include 'bases/footer_base.html' %}