<%class> use Date::Format; my $date_fmt = "%A, %B %d, %Y %I:%M %p"; has 'article' => (required => 1);

<% $.article->title %>

<% $.article->create_time->strftime($date_fmt) %>

<% $.article->content %>