{% if current_person.signed_in? %} {% endif %}
{% if current_school.logo_url %}

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %} {% if current_person.signed_in? %}
    {% if current_school.filterable_categories.any? %}
  • {% include "dropdown_courses", title: "Courses", categories: current_school.filterable_categories, courses: courses.in_catalog %}
  • {% endif %} {% for website_navigation in navigations.header_navigations_external %}
  • {{ website_navigation.name }}
  • {% endfor %}
{% else %}
{% endif %}
{% include "messages" %}