% if ( $m->comp_exists ("/comps/$prj/header.msn") ) { <& "/comps/$prj/header.msn" &> % } else { <& "/comps/header.msn" &> % } % ### контент
% if ( $id && ref $document ) {
% if ( $m->comp_exists ("/comps/$prj/article.msn") ) {
<& "/comps/$prj/article.msn", doc => $document, show_header => 1 &>
% } else {
<& "/comps/article.msn", doc => $document, show_header => 1, show_dtime => 1 &>
% }
% }
%
% if ( ref $documents && @$documents ) {
%
|