{% 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 %} Unblock {{hole_prefix}}{{sub}} Block {{hole_prefix}}{{sub}} {% else %} Block {{hole_prefix}}{{sub}} Unblock {{hole_prefix}}{{sub}} {% endif %} Follow {{hole_prefix}}{{sub}} Unfollow {{hole_prefix}}{{sub}} {% else %} Block {{hole_prefix}}{{sub}} Follow {{hole_prefix}}{{sub}} {% endif %} {% endif %}
{% block navbar %}
{% if request.path=='/catalog' %} Catalog {% else %} Catalog {% endif %} {% if pins %} Pins {% else %} Pins {% endif %} {% if v and SITE_NAME == 'rDrama' and FEATURES['COUNTRY_CLUB'] %} {% if v.paid_dues %} {% if ccmode=="true" %} CC {% else %} CC {% endif %} {% endif %} {% endif %}
{% endblock %}
{% endblock %} {% block PseudoSubmitForm %} {% endblock %} {% block content %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% if PUSHER_ID != 'blahblahblah' and v %}
{{SITE}}{{v.id}}
{{PUSHER_ID}}
{% endif %} {% if request.path in ('/','/logged_out') and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 and not g.webview %}
{% endif %} {% if v and FP %} {% if not v.fp %} {% endif %} {% endif %} {% endblock %}