{% extends 'articles/article_list.html' %} {% block main_title %}Search{% if search_expression %} results{% endif %}{% endblock %} {% block search_bar %}
This search form is pretty basic and will search for articles matching ALL of your search terms in either the content, the title or the keywords. It returns exact case-insensitive matches.
{% endblock %} {% block empty_results %} {% if search_expression %} No article found matching your criteria. {% endif %} {% endblock %}