<%= ''.$date_article %>
<% if (defined $post->{image}) { %><% } %><%=$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 MyRedland::Posts; % % layout 'default', current_slug => $current_category->{slug}; % title $current_category->{title};
<%= ''.$date_article %>
<% if (defined $post->{image}) { %><% } %><%=$text%>
Parece que aun no hay artículos.
% }