{% if footer.show_menuItems and footer.show_menuItems == 'true' %}
    {% for item in footer.menuItems %}
  • {{item.name}}
  • {% endfor %}
{% endif %}

{{footer.disclaimer}}

Copyright © 2017 - Ultimate Pet Nutrition.

{% if footer.show_logo and footer.show_logo == 'true' %} {{footer.logo.image_alt}} {% endif %}