{% extends "projects/base_project.html" %} {% load pagination_tags %} {% block title %}Search results for {{ term }} {% endblock %} {% block nav-browse %}class="active"{% endblock %} {% block content %} {% autopaginate term_list 15 %} {% if term_list %}

Search results for {{ term }}

{% else %}

Huh?

No docs matched your search. ¯\(O_o)/¯

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