Files
www_threefold_io/templates/index.html
2024-11-15 20:37:08 +01:00

10 lines
290 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/home/hero.html" %}
{% include "partials/home/banner.html" %}
{% include "partials/home/grid_stats.html" %}
{% include "partials/home/features.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}