{% 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 %}
{% if footer_copyright_message is not empty %}
{{ footer_copyright_message }}
{% endif %} {% if page.footer_copyright %}
{{ page.footer_copyright }}
{% endif %}
{% endif %} {% elseif footer_layout == 'layout2' %} {% if page.footer2 %} {% endif %} {% if footer_copyright_message is not empty or page.footer_copyright %}
{% if page.footer_copyright %} {{ page.footer_copyright }} {% endif %} {% if footer_copyright_message is not empty %}

{{ footer_copyright_message }}

{% endif %}
{% endif %} {% elseif footer_layout == 'layout3' %} {% if page.footer2 %} {% endif %} {% if footer_copyright_message is not empty %}
{{ footer_copyright_message }}
{% endif %} {% else %} {% if page.footer4 or page.footer_header %} {% endif %} {% if page.footer4_center %} {{ page.footer4_center}} {% endif %} {% if footer_copyright_message is not empty %}
{{ footer_copyright_message }}
{% endif %} {% endif %}