{% extends "_default/base.html" %} {% block content %}
{% set page = get_page(path="mycelium/hero/index.md") %} {{page.content | safe}}
{% include "partials/newinternet.html" %} {% include "partials/grid_stats.html" %}
{% set page = get_page(path="mycelium/technologies/index.md") %} {{page.content | safe}}
{% set page = get_page(path="mycelium/farmer/index.md") %} {{page.content | safe}}
{% endblock content %}