{% load static %} {% comment %} This template is rendered if there were no search results to display on a search page (books, people). For errors, it shows an animated image of Shakespeare tearing his hair and crying along with an error message. {% endcomment %}
{{ error_message|default:"No search results found. Try a different search."}}
{% if error_message %} {# Only display if something went wrong. #}
{% endif %}