# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.

                  |-----handy-ruler------------------------------------------------------|
perl-html-template: HTML::Template - a Perl module to use HTML Templates
perl-html-template:
perl-html-template: This module attempts make using HTML templates simple and natural. It
perl-html-template: extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
perl-html-template: <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file
perl-html-template: written with HTML and these new tags is called a template. It is
perl-html-template: usually saved separate from your script - possibly even created by
perl-html-template: someone else! Using this module you fill in the values for the
perl-html-template: variables, loops and branches declared in the template. This allows
perl-html-template: you to seperate design - the HTML - from the data, which you generate
perl-html-template: in the Perl script.
