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