{% extends "home.html" %} {%- import 'component/sorting_time.html' as sorting_time -%} {% block pagetype %}search{% endblock %} {% block title %} Search for "{{query}}" - {{SITE_TITLE}}" {% endblock %} {% block navbar %} {% if not '/users/' in request.path %}
{% set query_text = 'q=' ~ query | urlencode %} {{sorting_time.sort_dropdown(sort, t, SORTS_POSTS, query_text)}}
{% endif %} {% endblock %} {% block content %}
Advanced search parameters (with examples): "author:quadnarca", "domain:reddit.com", "over18:true"

Showing {% block listinglength %}{{listing | length}}{% endblock %} of {{total}} result{{'s' if total != 1 else ''}} for

{{query}}

{% block listing_template %} {% include "submission_listing.html" %} {% endblock %}
{% endblock %} {% block pagenav %} {% endblock %}