Called from <% $m->callers(1)->path %>

<& .content &> <%def .content> % for ($m->callers) { <% $_->title |h%> <% "$_" |h %> <% $_->can('owner') ? "owner=".$_->owner->name : "no_owner" |h%>
% } <%attr> title => "Caller stack"