Function perseus::shell::app_shell[][src]

pub fn app_shell(
    path: String,
    template_fn: TemplateFn<DomNode>,
    error_pages: ErrorPages
) -> Template<DomNode>
Expand description

Fetches the information for the given page and renders it. This should be provided the actual path of the page to render (not just the broader template).