{% extends "elasticsearch/base.html" %}{% load humfrey_desc %}{% load humfrey_elasticsearch %}{% load humfrey_thumbnail %}{% load hosts %} {% block extra_head %}{{ block.super }} {% endblock %} {% block title %}Search{% endblock %} {% block content %}
Your search returned {{ hits.total }} results in {{ took }}ms.
{% include "elasticsearch/pagination.html" %}Enter a query to start searching.
{% endif %}