{% if footer_bg_image is not empty %} {% set footer_class = 'footer-bg-image ' ~ footer_class %} {% elseif footer_background_color is not empty %} {% set footer_class = 'footer-bg-color ' ~ footer_class %} {% endif %} {% if footer_layout == 'layout1' %} {% if page.footer %} {% endif %} {% if footer_copyright_message is not empty or page.footer_copyright %}
{{ footer_copyright_message }}
{% endif %}