% layout "main";

<%= title %>

% for my $t ($tags->@*) { <%= link_to $t->{name} => $t->{uri} %>(<%= $t->{count} %>) % }

%= include "_pager";