--- templates/layouts/default.html.epl 2009/06/16 20:01:10 5 +++ templates/layouts/default.html.epl 2009/06/16 22:15:34 6 @@ -1,6 +1,6 @@ % my $self = shift; - Welcome + <%= $self->stash('title') || $self->title %> <%= $self->render_inner %>