{% include "header", current_page_orgin: "false" %}
{{ homepage.headline }}
{% assign role = current_person.properties.role %} {% case role %} {% when 'developer', 'architect' %}
Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?
Your chosen learning style {{ current_person.properties.role }}.
Choose your path
{% else %}
Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?
Choose your learning style:
Choose your path
{% endcase %}
{% comment %} {% endcomment %}
{% if courses.featured and courses.featured.any? %} {% endif %} {% comment %} {% endcomment %}
{% include "footer" %}