{% extends "layouts/_layout.html" %}
{% block title %}Section Front{% endblock %}
{% block styles %}
{% endblock %}
{% block alert %}
{% endblock %}
{% block main %}
{% include "./includes/trays/_hero-alt-6.html" with {'classes': 'gray-2 white-text'} %}
{% include "./includes/trays/_cards-alt-4.html" with {'classes': ''} %}
{% include "./includes/trays/_cards-alt-1.html" with {'classes': 'neutral-2'} %}
{% include "./includes/trays/_testimonial.html" with {'classes': 'secondary black-text'} %}
{% endblock %}
{% block footer_tray %}
{% endblock %}
{% block scripts %}
{% endblock %}