{%- comment -%} Desktop Header {%- endcomment -%}
{%- comment -%} Mobile Menu Nav >>> Hidden On Desktop {%- endcomment -%}
{% if current_person.signed_in? %} {% for website_navigation in navigations.header_navigations_external %} {% if website_navigation.name == 'My Profile' %}
  • {{ website_navigation.name }}
  • {% endif %} {% endfor %} {%- comment -%} {%- endcomment -%} {% endif %}
    {%- comment -%} Desktop Nav Links {%- endcomment -%}
      {% for website_navigation in navigations.header_navigations_external %} {% unless website_navigation.name == 'My Profile' %}
    • {{ website_navigation.name }}
    • {% endunless %} {% endfor %}
    {%- comment -%} School Desktop View Logo {%- endcomment -%} {% if current_school.logo_url %} {% else %} {% endif %} {%- comment -%} Desktop Search Box {%- endcomment -%} {% if current_person.signed_in? %}
    {%- comment -%} Desktop Profile Button {%- endcomment -%}
    {% for website_navigation in navigations.header_navigations_external %} {% if website_navigation.name == 'My Profile' %}
  • {{ website_navigation.name }}
  • {% endif %} {% endfor %}
    {% else %} {%- comment -%} Desktop Sign In Button {%- endcomment -%} {% endif %}
    {%- comment -%} Mobile Header {%- endcomment -%}
    {% if current_person.signed_in? %} {{ current_person.name }}
    {{ current_person.name }}
    {% endif %}
    {% for website_navigation in navigations.header_navigations %} {{ website_navigation.name }} {% endfor %}
    {% unless current_school.sso_active? %} {% t .profile_settings %} {% endunless %} {% t .sign_out %}
    {% include "messages" %}