{% extends "default.html" %} {% block title %} {% if sub %} {% if sub.bannerurl %} {% set preview = sub.bannerurl %} {% elif sub.sidebarurl %} {% set preview = sub.sidebarurl %} {% else %} {% set preview = sub.banner_url %} {% endif %} /h/{{sub}} {% if sub.sidebar %} {% endif %} {% else %} {{super()}} {% endif %} {% endblock %} {% block desktopBanner %}
Create Post {% if sub %} {% if v %} {%- set hole_prefix = '/h/' if not HOLE_STYLE_FLAIR else '' -%} {% if sub.stealth %} {% else %} {% endif %} {% else %} Block {{hole_prefix}}{{sub}} Follow {{hole_prefix}}{{sub}} {% endif %} {% endif %}
{% block navbar %}
{% if pins %} {% set pcolor = "primary" %} {% else %} {% set pcolor = "secondary" %} {% endif %} Pins {% if SITE_NAME != 'WPD' and not sub %} {% if holes %} {% set hcolor = "primary" %} {% else %} {% set hcolor = "secondary" %} {% endif %} Holes {% endif %}
{% endblock %}
{% endblock %} {% block PseudoSubmitForm %} {% endblock %} {% block content %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% if request.path == '/' and PUSHER_ID != 'blahblahblah' and v %}
{{SITE}}{{v.id}}
{{PUSHER_ID}}
{% endif %} {% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
{% endif %} {% if request.path == '/' and v and FP %} {% if not v.fp %} {% endif %} {% endif %} {% endblock %}