This repository has been archived on 2026-01-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_threefold_io/templates/layouts/why.html
2024-11-19 18:59:48 +01:00

10 lines
282 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/why/ourwhy.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}