{% extends "_default/base.html" %}
{% block content %}
{% include "partials/feature/feature1.html" %}
{% include "partials/feature/feature2.html" %}
{% include "partials/feature/feature3.html" %}
{% include "partials/feature/feature4.html" %}
{% include "partials/feature/feature5.html" %}
{% include "partials/feature/feature6.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}