% if ( $m->comp_exists ("/comps/$prj/header.msn") ) { <& "/comps/$prj/header.msn" &> % } else { <& "/comps/header.msn" &> % } % ### контент
<% $section->name %>
% if ( ref $document && $document->html ) {
%#
<% $document->html %>
%#
% }
% foreach my $doc ( @$documents ) {
% my $img = $doc->get_image ('picture');
% my $mini = $img->{mini}->{'100x100'};
% }
|