10 lines
296 B
HTML
10 lines
296 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/about/about1.html" %}
|
|
{% include "partials/about/grid_stats.html" %}
|
|
{% include "partials/about/farmers.html" %}
|
|
{% include "partials/about/about2.html" %}
|
|
{% include "partials/about/cta.html" %}
|
|
|
|
{% endblock content %} |