{% extends "_default/base.html" %} {% block content %} {% include "partials/home1.html" %}
{% set page = get_page(path="home1/index.md") %} {{page.content | safe}}
{% include "partials/logos.html" %} {% include "partials/about.html" %} {% include "partials/benefits.html" %} {% include "partials/howitworks.html" %} {% include "partials/blogs.html" %} {% include "partials/cta.html" %} {% endblock content %}