This repository has been archived on 2025-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_mycelium_archived/templates/index.html
ehab-hassan 38a1031b2b
Some checks are pending
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions
www2.threefold_io / Deploy (push) Waiting to run
update new section at home
2025-02-20 19:26:05 +02:00

12 lines
421 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/hero/myhero.html" %}
{% include "partials/hero/myhero1.html" %}
{% include "partials/hero/myhero8.html" %}
{% include "partials/hero/myhero3.html" %}
{% include "partials/hero/myhero5.html" %}
{% include "partials/hero/myhero2.html" %}
{% include "partials/hero/myhero6.html" %}
{% include "partials/hero/myhero7.html" %}
{% endblock content %}