{% load static %} {% block title %}Agriculture E-Learning{% endblock %}
{% block content %}
{% if query %} {% if results %} {% else %}

No results found for "{{ query }}".

{% endif %} {% endif %}
{% endblock %}