% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; % if ( $blog ) {

My Websites

Domain Status Link
<%= $blog->domain->name %> Manage Blog
% } % if ( $blog_posts ) {

My Posts

% for my $post ( @{$blog_posts} ) { % }
Title Date
<%= $post->headers->{title} %> <%= $post->headers->{date} %>
% }