{% extends "_default/base.html" %} {% block content %} {% include "partials/hero.html" %}
{% 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/ventures.html" %} {% include "partials/quote.html" %} {% endblock content %}