{% extends "base.html" %} {# additional stuff for the head #} {% block headstuff %} {% endblock %} {# replaces default content block #} {% block content %}
Please read the following before class on {{ classdate }} {{ article }} {% endblock %} {# replaces default footer #} {% block footer %} © 2019 Scott D. Anderson and the CS 304 staff {% endblock %}