{%- 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 %} {{ current_school.name }} {% 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 -%} {% t shared.sign_in %} {% endif %} {%- comment -%} Mobile Header {%- endcomment -%}