DESCRIPTION
This library provides page wrappersMETHODS
new
Sets up a new page classrender
Renders everything. This main driver of page rendering and called right after constructing page object.render_header $title
Renders an HTML5 ``doctype'', <head> and the first part of a page body. This bit isn't terribly well thought out and we're not happy with it.render_body $body_code
Renders $body_code inside a body tagrender_page
Renders the skeleton of the pagemk_title_handler
Returns a coderef that will make headers for each thing passed to itrender_title
Renders the in-page titlerender_footer
Renders the page footer and prepends the header to the Template::Declare buffer.render_pre_content_hook
Renders the AdminMode alert (if AdminMode is on)render_jifty_page_detritus
Renders the keybinding and PubSub javascript as well as the wait message