www_tf_demo/templates/index.html
2024-11-14 06:23:39 +01:00

14 lines
374 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
{% include "partials/hero.html" %}
{% include "partials/logos2.html" %}
{% include "shortcodes/grid_stats.html" %}
{% include "partials/features.html" %}
{% include "partials/blogs.html" %}
{% include "partials/faq.html" %}
{% endblock content %}