{% extends "base.html" %} {# additional stuff for the head #} {% block headstuff %} {% endblock %} {# replaces default content block #} {% block content %}

Class Activities on {{title}}

We'll do the following in class; no need to read beforehand.

{{content}} {% endblock %} {# replaces default footer #} {% block footer %} © 2016 Scott D. Anderson and the CS 304 staff {% endblock %}