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

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

\
% }

\
% if($ARGS{next}) {

\
% }