<%= ''.$date_article %>
<%=$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 DateTime::Format::ISO8601; % % use Mojo::DOM; % use Mojo::Util; % % use BurguillosInfo::Posts; % % layout 'default', current_slug => $current_category->{slug}; % title $current_category->{title};
<%= ''.$date_article %>
<%=$text%>
Parece que aun no hay artículos.
% }