{% extends "base.html" %} {% block content %}
{% if server_error == True %}

Server error

Your request could not be processed due to a server error.

{% elif rate_limit_error == True %}

Too many requests

You have made too many requests to the search engine. Please come back again later and try your query again.

{% else %}

Page not found

This page cannot be found.

{% endif %}

Click here to go to back to the home page.

{% endblock %}