"templates/webpages/" and postfixed with ".html". An exception will be
thrown if that file does not exist.
-If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish
+If C<< $options->{partial} >> or C<< $options->{inline} >> is trueish
then C<< $::form->header >> will not be called. Otherwise
C<< $::form->{header} >> will be set to C<$locals{header}> (only if
$locals{header} is trueish) and C<< $::form->header >> will be called
<a href="[% SELF.url_for(controller => 'Message', action => 'new', recipient_id => 42) %]">create new message</a>
-=item redirect_to %url_params
+=item C<redirect_to %url_params>
Redirects the browser to a new URL by outputting a HTTP redirect
header. The URL is generated by calling L</url_for> with