{# Headline ======== #} {# Set Vars #} {% set classname = name is defined and name is not empty ? name : 'm-contentSection' %} {% set settings = data.settingsSection %} {% set backgroundColor = settings.backgroundColor is defined and settings.backgroundColor != 'default' ? ' o-section--bgColor-' ~ settings.backgroundColor %} {% set paddingVertical = settings.paddingVertical is defined and settings.paddingVertical != 'default' ? ' o-section--paddingVertical-' ~ settings.paddingVertical : '' %} {% set fullWidth = settings.fullWidth is defined and settings.fullWidth ? ' o-section--width-full' %} {% set headline = data.singleHeadline is defined ? data.singleHeadline %} {% set subline = data.singleSubline is defined ? data.singleSubline %} {# Modul #}