{# This module implements some common logic to special case some blocks so that they render over the entire width of the page. This is done because there is no nice way via CSS to make child elements extend past the parent's container. This also special cases the first banner. If the first item is a banner it can inject the calling macro right after it. #} {% set full_width_blocks = ['banner', 'slideshow'] %} {% macro render_container(item, classes) %}