{% extends "default.html" %} {% block title %} {% if sub %} /h/{{sub.name}} {% elif request.path == '/' %} {{SITE_NAME}} {% else %} {{super()}} {% endif %} {% endblock %} {% block pagetitle %}{{SITE_NAME if not sub else '/h/' ~ sub.name}}{% endblock %} {% block head_final %} {% set preview = sub.siderbarurl if sub and sub.sidebarurl else sub.bannerurl %} {% if sub %} {% endif %} {% 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.name}} Follow {{hole_prefix}}{{sub.name}} {% endif %} {% endif %}
{% block navbar %}
{% if SITE_NAME != 'WPD' and not sub %} {% set hcolor = "primary" if holes else "secondary" %} Holes {% endif %} {% set pcolor = "primary" if pins else "secondary" %} Pins
{% 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 not g.webview and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}
{% endif %} {% if request.path == '/' and v and FP %} {% if not v.fp %} {% endif %} {% endif %} {% endblock %}