{% extends "default.html" %} {% block desktopBanner %}
{% block navbar %}
{% endblock %}
{% endblock %} {% block PseudoSubmitForm %}
Create post
{% if v %} {% else %} {% endif %}
{% endblock %} {% block content %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% if v %} {% endif %} {% if request.path == '/' and g.system and g.timestamp > session.get('tooltip_last_dismissed',0)+60*60*24 and (not g.system.endswith('/chrome') and not g.system.endswith('/other')) and not g.system.endswith('/webview') %}
{% endif %} {% endblock %}