13 lines
412 B
HTML
13 lines
412 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/web4.html" %}
|
|
{% include "partials/home/farmers.html" %}
|
|
{% include "partials/home/faq.html" %}
|
|
{% include "partials/home/cta.html" %}
|
|
|
|
{% endblock content %} |