% if ( $m->comp_exists ("/comps/$prj/header.msn") ) { <& "/comps/$prj/header.msn", alias => 'main' &> % } else { <& "/comps/header.msn", alias => 'main' &> % }
% if ( $m->comp_exists ("/comps/$prj/left.msn") ) { <& "/comps/$prj/left.msn" &> % } |
% ### Список новостей
% #######################################################
% if ( ref $document ) {
% my $dt = Contenido::DateTime->new( postgres => $document->dtime );
news<% $document->name %> <% $dt->dmy('.') %><& /inc/text_format.msn, doc => $document &> % if ( @files ) {
|