{%- comment -%} Desktop Header {%- endcomment -%}
{% if current_person.signed_in? %} {% endif %}
{%- comment -%} School Desktop View Logo {%- endcomment -%} {% if current_school.logo_url %}

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %} {%- comment -%} Desktop Nav Links {%- endcomment -%}
{%- comment -%} {%- endcomment -%}
{% for link in navigations.sub_navigation %} {% unless link.label == 'Catalog' %} {% endunless %} {% endfor %}
{%- comment -%} Desktop Search Box {%- endcomment -%} {% if current_person.signed_in? %} {%- comment -%} {%- endcomment -%} {%- comment -%} Desktop Profile Button {%- endcomment -%}
{%- comment -%} Desktop Profile Tooltip {%- endcomment -%} {{ current_person.name }}
{% 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" %}