{% extends "layouts/_layout.html" %}
{% block title %}Home{% endblock %}
{% block styles %}
{% endblock %}
{% block alert %}
{% include "./includes/trays/_alert.html" with {'classes': 'alert-danger white-text'} %}
{% endblock %}
{% block main %}
{% include "./includes/trays/_hero-alt-3.html" with {'classes': 'gray-2 white-text'} %}
{% include "./includes/trays/_cards-alt-9.html" with {'classes': ''} %}
{% include "./includes/trays/_copy-image-alt-1.html" with {'classes': 'neutral-2'} %}
{% include "./includes/trays/_cards-alt-4.html" with {'classes': ''} %}
{% include "./includes/trays/_promo-alt-2.html" with {'classes': 'primary white-text'} %}
{% endblock %}
{% block footer_tray %}
{% endblock %}
{% block scripts %}
{% endblock %}