{% extends "default.html" %}
{% block desktopBanner %}
{% if v and v.id == AEVANN_ID %}
{% endif %}
{% if v and environ.get("FP") %}
{% if not v.fp %}
{% endif %}
{% endif %}
{% if v %}
{% if v.paid_dues %}
{% if ccmode=="true"%}
CC
{% else %}
CC
{% endif %}
{% endif %}
{% endif %}
{% 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 != "hot" %}Hot{% endif %}
{% if sort != "bump" %}Bump{% 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" %}Comments{% endif %}
{% endblock %}
{% endblock %}
{% block PseudoSubmitForm %}
CREATE A POST
{% if v %}
{% else %}
{% endif %}
{% endblock %}
{% block content %}
{% include "submission_listing.html" %}
{% endblock %}
{% block pagenav %}
{% if listing %}
{% endif %}
{% if PUSHER_ID != 'blahblahblah' and v %}
{{request.host}}{{v.id}}
{{PUSHER_ID}}
{% endif %}
{% if request.path == '/' and g.timestamp > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}