--- layout: default ---

{{ site.title }}

Announcements

{% for category in site.categories %} {% if category[0] == site.announcedir %} {% for post in category[1] %}
{{ post.title }}

Date: {{ post.custom-date }}

{{ post.content }}

{% endfor %} {% endif %} {% endfor %}

About course

{% include_relative about.md %}

Content

{% include index-toc.html %}