Files
www_threefold_io/templates/layouts/why.html
2024-11-21 14:15:04 +01:00

12 lines
325 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/why/hero.html" %}
{% include "partials/why/reason.html" %}
{% include "partials/why/timeline.html" %}
{% include "partials/why/matters.html" %}
{% include "partials/why/values.html" %}
{% include "partials/why/team.html" %}
{% endblock content %}