{% set class = backgroundColor %}{% set autoFullSize = ['gradient-white-grey', 'gradient-grey-white', 'gradient-grey-white-grey'] %}{% if (fullSize is defined and fullSize) or backgroundColor in autoFullSize %}{% set class = class ~ ' full-size' %}{% endif %}{% if noTopSpacing is defined and noTopSpacing %}{% set class = class ~ ' no-top-spacing' %}{% endif %}<div class="background-container {{ class }}">{% include 'components/organisms/storyblok/storyblok.html.twig' with {'componentData': content}%}</div>