[% title = "Browse author by letter " _ letter %]
Here are all the CPAN authors that start with the letter [% letter %]:
[% FOREACH author = authors.sort %] [% author %] [% END %]