{% include head.html %} {% include header.html %}
{% if page.warning != none %}
This is the {{site.git_branch}} {{site.status}} website.
{% endif %} {% if page.published != true %}
This assignment has not yet been released. Its requirements and code base are subject to change.
{% endif %}

{{ page.code }}: {{ page.title }}

Last revised: {{ page.revised }}
Assigned:
    {% for day in page.assigned %}
  • {{day}}
  • {% endfor %}
Due:
    {% for day in page.due %}
  • {{day}}
  • {% endfor %}

{{ content }} {% include footer.html %}
{% if site.google_analytics %} {% endif %}