{% extends "layouts/_layout.html" %}
{% block title %}Section Front B{% endblock %}
{% block styles %}
{% endblock %}
{% block alert %}
{% endblock %}
{% block main %}
{% include "./includes/trays/_hero-alt-4.html" with {'classes': 'gray-2'} %}
{% include "./includes/trays/_image-grid.html" with {'classes': ''} %}
{% include "./includes/trays/_cards-alt-11.html" with {'classes': 'neutral-2'} %}
{% include "./includes/trays/_cards-alt-5.html" with {'classes': ''} %}
{% include "./includes/trays/_promo-alt-2.html" with {'classes': 'primary white-text'} %}
{% endblock %}
{% block footer_tray %}
{% endblock %}
{% block scripts %}
{% endblock %}