[% page_title |encode |html %]

[% FOREACH entry = articles %]

[% entry.title |encode |html %]

[% INCLUDE article_meta.tt %]
[% entry.article_snippet_html4 %]
[% IF entry.snippet_is_description %]Read article…[% # not implemented ELSIF entry.snippet_is_not_whole_article %]Read on…[% ELSE %]Permalink[% END %]
[% END %]