% use Data::Dumper; % use DateTime::Format::ISO8601; % % use Mojo::DOM; % use Mojo::Util; % % use OwlcodeTech::Posts; % % my $category = stash 'category'; % my $attribute = stash 'attribute'; % my $description_og = '
'.$attribute->{description}.'
'; % $description_og = Mojo::DOM->new($description_og)->all_text; % my $posts = stash 'posts'; % layout 'default', current_category_slug => $category->{slug}, description_og => $description_og; % title $attribute->{title};

<%= $attribute->{title} %>

<%== $attribute->{description} %> %= include 'page/_list_posts', posts => $posts;