The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%  library = libs.ps
    section = 'index' ;
    WRAPPER page
%]

<p>
The Template Toolkit PostScript library provides a number of useful template
elements for generating PostScript files.
</p>

<p>
Unfortunately, this documentation is far from complete (read: "only just
begun") so you'll need to go poking around in the 'templates/ps' directory
if you want to find out what's on offer.
</p>

<ul>
[% FOREACH page = library.order %]
<li><b>
[%- INCLUDE html/link 
	link="${page}.html"
	text = page %]:</b>
[% library.pages.$page %]
[% END %]
</ul>

[% END %]