This repository has been archived on 2025-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_mycelium_archived/templates/layouts/why.html
ourworld_web 648680d0ae Initial commit
2025-02-12 06:59:33 +00:00

12 lines
363 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" %}
{% include "partials/home/cta.html" %}
{% endblock content %}