Help for this page
<br /> <TMPL_VAR NAME=ARTICLE_HDR_FRAME> ... <td><TMPL_VAR NAME=FONTFACE>A small blurb of the article, a 'tea +ser', which is the first few sentences of the full article.</font></t +d> </tr> </table>
sub front_page_articles { my $fp_article_template = HTML::Template->new(filename => 'templates/a +rticles.tmpl'); ... ); print $fp_article_template->output; }