<%pre> <%args> <{ }> <%def header_box> <%args> content[]; htmlcode; <{ }>
% for(content_type::const_iterator it = content.begin(); it != content.end(); ++it) { <$ *it $> % } % reply.out() << htmlcode;