{% if current_school.logo_url %}

{{ current_school.name }}

{% else %}
{{ current_school.name }}
{% endif %} {% if website_footer.show_navigation_links? %}
  • About The Data Story Academy
  • The Data Story Guide
  • Privacy
  • Terms
  • Contact Us
{% endif %}
{% if website_footer.show_customer_service_email? and website_footer.school_customer_service_email %}
{% t .need_help %}
{% t .email %}
{{ website_footer.school_customer_service_email }}
{% endif %}
{% if website_footer.show_social_media_links? %}
    {% for social_media_link in website_footer.social_media_links %}
  • {% endfor %}
{% endif %}