Help for this page
$VAR1 = [ { ... }, # etc. ];
use strict; use HTML::Template; ... <td><tmpl_var name="body"></td> </tr> </tmpl_loop>
articles => ('home' eq $page) ? [(@$articles)[0..1]] : $articles,