162
162
# Now all the errors are out the way, we can begin writing
163
163
req.title = "Tutorial - %s" % subject
164
164
req.write_html_head_foot = True
166
166
req.write("<h1>IVLE Tutorials - %s</h1>\n" % cgi.escape(subject))
167
167
req.write("<h2>Worksheets</h2>\n<ul>\n")
168
168
for worksheet in worksheets: