[%
title = article.data.title ;
crumb2_name = 'Article' ;
crumb2_href = '/' ;
crumb1_name = article.data.title ;
%]
[% FOREACH item = article.body %]
[% IF item %]
[% IF item.type == 1 %]
[% IF item.link %]
[% IF item.align %][% class = 'thumb' _ item.align %][% ELSE %][% class = "inline" %][% END %]
[% IF item.href %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% IF item.type == 2 %]
[% item.body %]
[% END %]
[% IF item.type == 3 %]
[% item.href %]
[% END %]
[% END %]
[% END %]