9 lines
255 B
HTML
9 lines
255 B
HTML
{% extends "_default/base.html" %}
|
|
{% block content %}
|
|
|
|
{% include "partials/about/hero_section.html" %}
|
|
{% include "partials/about/farmers.html" %}
|
|
{% include "partials/about/about1.html" %}
|
|
{% include "partials/about/cta.html" %}
|
|
|
|
{% endblock content %} |