{% extends "default.html" %} {% block pagetype %}search{% endblock %} {% block title %} Search for "{{query}}" - {{'SITE_NAME' | app_config}}" {% endblock %} {% block subHeader %}

Search Results: "{{query}}"

{{ total }} {{ sort }} result {{ '' if total == 1 else 's' }} matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} {% if t != 'all' %}{{ t }}{% endif %}
{% if not '/users/' in request.path %}
{% include "/dropdowns/SearchSorts.html" %}
{% endif %}
{% endblock %} {% block content %}

Advanced search parameters (with examples): "author:quadnarca", "domain:reddit.com", "over18:true"

{% if not '/users/' in request.path %}
{% endif %}
{% block listing_template %} {% include "submission_listing.html" %} {% endblock %}
{% endblock %} {% block pagenav %} {% endblock %}