{% comment %} {% if current_person.signed_in? %}
{{ current_person.name }}
{% endif %}
{% endcomment %} {% for website_navigation in navigations.header_navigations %}
{{ website_navigation.name }}
{% endfor %} {% comment %}
{% unless current_school.sso_active? %}
{% t .profile_settings %}
{% endunless %}
{% t .sign_out %}
{% endcomment %}
{% include "messages" %}