$def with (page) $ cssfile = ctx.get('cssfile', 'user') $ bodyclass = ctx.get('bodyclass', []) $ show_banners = cssfile != 'form' $ bodyattrs = ctx.get('bodyattrs', [])
$# on form pages e.g. manage-covers, add-cover we do not display the header $# this is consistent with version 1. $if show_banners: $:render_template("site/alert") $:render_template("lib/nav_head", None) $# don't render test-body-mobile for iframes