<%=$post->{title}%>
% my $xml = Mojo::DOM->new($post->{content}); % my $text = $xml->all_text; % if (length($text) > 120) { % $text = substr($text, 0, 100).'...'; % }<%=$text%>
% use Mojo::DOM; % use Mojo::Util; % % use BurguillosInfo::Posts; % % layout 'default', current_slug => $current_category->{slug}; % title $current_category->{title};
<%=$text%>
Parece que aun no hay artÃculos.
% }