www_mycelium/templates/layouts/why.html
sasha-astiadi d52d412b5a
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions
edit
2025-02-18 19:13:05 +08:00

12 lines
380 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/about/about1.html" %}
{% include "partials/about/about2.html" %}
{% include "partials/about/about3.html" %}
{% include "partials/about/about4.html" %}
{% include "partials/about/about5.html" %}
{% include "partials/about/about6.html" %}
{% include "partials/hero/myhero7.html" %}
{% endblock content %}