{% extends "base.html" %} {% block title %}{% if query %}search results for "{{ query }}"{% else %}search results for literally nothing{% endif %}{% endblock %} {% block main %} {% if query %}

search results for "{{ query }}"

Search isn't quite ready yet. Check back soon for updates.

Here's a cat/shaq gif for wasting your time:

{% else %}

why would you search for nothing?

well, since you're here, have a cat gif:



if you're here because of the easter egg riddle, then congratulations.

{% endif %} {% endblock %}