{% extends "default.html" %} {% block title %} {% if sub %} /h/{{sub}} {% elif request.path == '/' %} {{SITE_NAME}} {% else %} {{super()}} {% endif %} {% endblock %} {% block head_final %} {% set preview = sub.siderbarurl if sub and sub.sidebarurl else sub.bannerurl %} {% if sub.sidebar %} {% 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 != DEFAULT_CONFIG_VALUE and v %}
{{SITE}}{{v.id}}
{{PUSHER_ID}}
{% endif %} {% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 %}
{% endif %} {% if request.path == '/' and v and FP %} {% if not v.fp %} {% endif %} {% endif %} {% endblock %}