=head1 TOOLKIT CONTENTS

The Template Toolkit comprises of a number of Perl modules, scripts
and accompanying documentation.

The F<Template> module acts as a general interface to the toolkit
and contains comprehensive documentation describing the toolkit, its
usage and further sources of reference.

    perldoc Template

The F<Template::Tutorial> document provides an introduction to the Template
Toolkit and shows some typical examples of usage.

    perldoc Template::Tutorial

The F<tpage> and F<ttree> scripts are useful utilities for processing 
template documents, or entire content trees, respectively.

    perldoc tpage
    perldoc ttree


