{% extends "default.html" %}
{% block desktopBanner %}
{% if v %}
{% endif %}
{% block navbar %}
{% if not t=="hour" %}Hour{% endif %}
{% if not t=="day" %}Day{% endif %}
{% if not t=="week" %}Week{% endif %}
{% if not t=="month" %}Month{% endif %}
{% if not t=="year" %}Year{% endif %}
{% if not t=="all" %}All{% endif %}
{% if sort != "hot" %}Hot{% 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 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') %}