Add themable header/footer for individual pages
The theme_page_footer
helper already exists, we should add a similar theme_page_header
helper.
We can either add these calls to all views (as we currently do for theme_page_footer
on a subset of views) or add another helper to replace all the controllers haml
calls that automatically wraps each rendered view with the individual page header and footer, if available.