{% 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 %} {{SITE_NAME}} {% if sub.sidebar %} {% endif %} {% else %} {{super()}} {% endif %} {% endblock %} {% block desktopBanner %} {% if v and v.id == AEVANN_ID %} {% endif %}
{% if sub %} {% 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 %}
CREATE A POST
{% if v %} {% else %} {% endif %}
{% 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 %}