"templates/webpages/" and postfixed with ".html". An exception will be
thrown if that file does not exist.
"templates/webpages/" and postfixed with ".html". An exception will be
thrown if that file does not exist.
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
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>
<a href="[% SELF.url_for(controller => 'Message', action => 'new', recipient_id => 42) %]">create new message</a>
Redirects the browser to a new URL by outputting a HTTP redirect
header. The URL is generated by calling L</url_for> with
Redirects the browser to a new URL by outputting a HTTP redirect
header. The URL is generated by calling L</url_for> with