Search for "{{query}}" - {{SITE_NAME}}"
{% endblock %}
{% block PseudoSubmitForm %}{% endblock %}
{% block navbar %}
{% if not '/users/' in request.path %}
{% if t != "hour" %}Hour{% endif %}
{% if t != "day" %}Day{% endif %}
{% if t != "week" %}Week{% endif %}
{% if t != "month" %}Month{% endif %}
{% if t != "year" %}Year{% endif %}
{% if t != "all" %}All{% endif %}
{% if sort != "top" %}Top{% endif %}
{% if sort != "bottom" %}Bottom{% endif %}
{% if sort != "new" %}New{% endif %}
{% if sort != "old" %}Old{% endif %}
{% if sort != "controversial" %}Controversial{% endif %}
{% if sort != "comments" and "/posts/" in request.path %}Comments{% endif %}