Страницы:  <& /inc/pages_.msn, p => $p, n => $limit, total => $total, delimiter => '  ', href => '/contenido/tag/ajax/tag_view_list.html' &>
<& /contenido/tag/components/block_tag_list.msn, tags => \@tags &> <%once> my $limit = 20; <%args> $p => 1 <%init> my @tags = $keeper->get_documents( class => 'tag::Tag', limit => $limit, offset => ($p-1)*$limit, ); my $total = $keeper->get_documents( class => 'tag::Tag', count => 1, );