{% extends "layouts/_layout.html" %} {% block title %}Home B{% 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-2.html" with {'classes': 'gray-2'} %} {% include "./includes/trays/_cards-alt-9.html" with {'classes': ''} %} {% include "./includes/trays/_copy-image-alt-2.html" with {'classes': 'neutral-2'} %} {% include "./includes/trays/_cards-alt-5.html" with {'classes': ''} %} {% include "./includes/trays/_search.html" with {'classes': 'secondary black-text'} %} {% endblock %} {% block footer_tray %} {% endblock %} {% block scripts %} {% endblock %}