<%def doc_type> <%def logo> <%def header_box> <%args> content[]; component; <{ }>
% for(content_type::const_iterator it = content.begin(); it != content.end(); ++it) { <$ *it $> % } % if (!component.empty()) { <& (component) &> % }