{% set page = get_page(path="mycelium2/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 %}