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

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %}
{% if current_person.signed_in? %}
{% else %}
{% endif %}
{{ homepage.headline }}
{{ homepage.headline }}
{{ homepage.subheadline }}
{% include "account_mobile_view", form: form %}
{% include "account_desktop_view", form: form %}
{% include "footer" %}