Search for "{{query}}" - {{'SITE_NAME' | app_config}}"
{% endblock %}
{% block PseudoSubmitForm %}{% endblock %}
{% block navbar %}
{% if not '/users/' in request.path %}
{% if not t=="hour" %}Hour{% endif %}
{% if not t=="day" %}Day{% endif %}
{% if not t=="week" %}Week{% endif %}
{% if not t=="month" %}Month{% endif %}
{% if not t=="year" %}Year{% endif %}
{% if not 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 %}