9 lines
241 B
HTML
9 lines
241 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/why/hero.html" %}
|
|
{% include "partials/why/timeline.html" %}
|
|
{% include "partials/why/values.html" %}
|
|
|
|
{% include "partials/home/cta.html" %}
|
|
{% endblock content %} |