{% extends "default.html" %} {% block desktopBanner %} {% if v and environ.get("FP") %} {% if not v.fp %} {% endif %} {% endif %}
{% if sub %} {% endif %}
{% block navbar %}
Post
{% endblock %}
{% 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 in ('/','/logged_out') and g.timestamp > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
{% endif %} {% endblock %}