www_mycelium/templates/layouts/what.html
2025-02-12 06:59:33 +00:00

10 lines
398 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/feature/feature1.html" %}
{% include "partials/feature/feature2.html" %}
{% include "partials/feature/feature3.html" %}
{% include "partials/feature/feature4.html" %}
{% include "partials/feature/feature5.html" %}
{% include "partials/feature/feature6.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}