{% extends "home.html" %} {% block pagetype %}search{% endblock %} {% block title %} Search for "{{query}}" - Drama" {% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block navbar %} {% if not '/users/' in request.path %}
{% 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}}

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