{% if current_school.logo_url %}

{{ current_school.name }}

{% else %}
{{ current_school.name }}
{% endif %}
{% if website_footer.show_navigation_links? %}
  • Help Center
  • Community
  • Blog
  • Product
  • Updates
  • Status Page
{% endif %}
{% if website_footer.show_social_media_links? %}
    {% for social_media_link in website_footer.social_media_links %}
  • {% endfor %}
{% endif %}