8 lines
213 B
HTML
8 lines
213 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/about/about1.html" %}
|
|
{% include "partials/about/grid_stats.html" %}
|
|
{% include "partials/about/farmers.html" %}
|
|
|
|
{% endblock content %} |