2024-05-21 05:34:29 +00:00
|
|
|
|
|
|
|
{% extends "_default/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
2024-08-13 14:40:49 +00:00
|
|
|
{% include "partials/home1.html" %}
|
2024-05-21 05:34:29 +00:00
|
|
|
{% include "partials/logos.html" %}
|
|
|
|
|
|
|
|
|
|
|
|
{% include "partials/about.html" %}
|
|
|
|
{% include "partials/mesh2.html" %}
|
|
|
|
{% include "partials/concepts.html" %}
|
|
|
|
|
|
|
|
<div>
|
|
|
|
{% set page = get_page(path="home/index.md") %}
|
|
|
|
{{page.content | safe}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include "partials/benefits.html" %}
|
|
|
|
|
|
|
|
{% include "partials/blogs.html" %}
|
|
|
|
|
|
|
|
{% include "partials/stats.html" %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock content %}
|