{% comment %}--------------------------------------- MOBILE HEADER ---------------------------------------{% endcomment %}
{% comment %}--------------------------------------- SCHOOL LOGO AND ROUTE ---------------------------------------{% endcomment %} {% if current_school.logo_url %}

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %} {% comment %}--------------------------------------- DESKTOP HEADER ITEMS ---------------------------------------{% endcomment %} {% comment %} NAV LINKS {% endcomment %} {% include "sub_navigation" %} {%- comment -%}
{% if current_person.signed_in? %} COURSE CATALOG {% else %}
{% endif %} {%- endcomment -%}
{% comment %}--------------------------------------- MOBILE HEADER ---------------------------------------{% endcomment %}
{% include "messages" %}