Version 1.1.2: The Template and Cgi_escape modules have been separated
from the Cgi module, allowing you to use these outside Apache.
However this has necessitated a small change in the template API, and
you will need to make the following replacements throughout your CGI
scripts:

  Old code:
    q#header ();
    template#send r

  New code:
    q#template template
