www_mycelium/templates/layouts/mycelium2.html

24 lines
522 B
HTML
Raw Normal View History

2024-05-21 05:34:29 +00:00
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
{% include "partials/mycelium2.html" %}
<div>
{% set page = get_page(path="mycelium2/index.md") %}
{{page.content | safe}}
</div>
{% 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 %}