www_aibox/templates/index.html
2025-02-21 00:24:32 +08:00

9 lines
335 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/hero/aihero1.html" %}
{% include "partials/hero/aihero2.html" %}
{% include "partials/hero/aihero3.html" %}
{% include "partials/hero/aihero4.html" %}
{% include "partials/hero/aihero5.html" %}
{% include "partials/hero/aihero6.html" %}
{% endblock content %}