<% h($ARGS{title}) %>

% if($ARGS{image_src}) { % } % foreach my $item (@{$ARGS{content}}) { % if(ref($item)) { <& .bullets, $item &> % } % elsif($item =~ m{^[^\n]+\.(png|jpg)$}) { % if($ARGS{commentary}) { % }
<% $ARGS{commentary} %>
% } % else { <& .code, $item &> % } % } <%def .bullets> \ <%def .code>
<% h($_[0]) %>
\