www_mycelium/templates/index.html
sasha-astiadi d8c8c1ec3a
Some checks failed
www2.threefold_io / Deploy (push) Has been cancelled
www2.threefold_io / Wait for Website Update (push) Has been cancelled
www2.threefold_io / Check for Broken Links (push) Has been cancelled
add mycelium
2025-02-12 22:11:44 +08:00

16 lines
575 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/hero/myhero.html" %}
{% include "partials/hero/myhero2.html" %}
{% include "partials/hero/myhero3.html" %}
{% include "partials/hero/hero1.html" %}
{% include "partials/hero/hero2.html" %}
{% include "partials/hero/hero3.html" %}
{% include "partials/hero/hero4.html" %}
{% include "partials/hero/hero5.html" %}
{% include "partials/hero/hero6.html" %}
{% include "partials/hero/hero7.html" %}
{% include "partials/hero/hero8.html" %}
{% include "partials/hero/hero9.html" %}
{% endblock content %}