{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
{% include "partials/about.html" %}
{% include "partials/feature.html" %}
{% include "partials/stats.html" %}
{% include "partials/ourpass.html" %}
{% include "partials/ventures.html" %}
{% include "partials/people.html" %}
{% include "partials/blogs.html" %}
{% include "partials/quote.html" %}
{% endblock content %}