A mechanism is needed within the master template to optionally allow wrapping of all page content, for the purposes of an off-canvas menu (for smaller screens). This is an initial stepping stone in the larger effort to move Allura in a responsive direction.
kt/8243
Getting lots of errors. I think you need to reference it like
theme_macros.all_content_wrapper
Indeed, fixup pushed.
Still getting a few test failures. They appear to be with flash messages; looks like the scope of
{% set flash ...
may be the problem.Good catch, fixup pushed.