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

% if($ARGS{image_src}) {

<% $ARGS{image_src} %>

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