<%args>
$id
</%args>
<%init>
my $p = MyWebLog::Model::Post->new;
$->load($id);
</%init>
<p><b><% $p->title %> by <% $p->author->name %></b>
