<% _($title) %>

<& sidebar &>
<% Jifty->web->render_messages %> <% $m->content |n%>
% if (Jifty->config->framework('AdminMode') ) {
<%_('Alert')%>: <% Jifty->web->tangent( label => _('Administration mode is enabled.') , url => '/__jifty/admin/')%>
% } <& /_elements/keybindings &>
% Jifty::Mason::Halo->render_component_tree() if (Jifty->config->framework('DevelMode') ); % Jifty->handler->stash->{'in_body'} = 0; <%args> $title => "" <%init> # First we set up the header. $m->comp( 'header', title => $title); # now that we've printed out the header, we're inside the body, so it's safe to print # halo markers. Jifty->handler->stash->{'in_body'} = 1;