{% extends "default.html" %} {% block title %} {% if hole %} /h/{{hole.name}} {% elif request.path == '/' %} {% if IS_DKD() %} Kongrama {# DELETE_ME_PLS #} {% elif v %} {{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES|random}}{% endif %} {% else %} {{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES[0]}}{% endif %} {% endif %} {% else %} {{super()}} {% endif %} {% endblock %} {% block pagetitle %}{{SITE_NAME if not hole else '/h/' ~ hole.name}}{% endblock %} {% block head_final %} {% set preview = hole.random_sidebar if hole and hole.sidebarurls else hole.bannerurl %} {% if hole %} {% endif %} {% if hole.sidebar %} {% endif %} {% endblock %} {% block desktopBanner %} {%- set search_placeholder = "Search" -%} {%- if hole -%} {%- set search_placeholder = "Search (try 'hole:" ~ hole.name ~ "')" -%} {%- endif -%}
Create Post {% if hole %}in /h/{{hole}}{% endif %} {% if hole %} {% if v %} {% if hole.stealth %} {% else %} {% endif %} {% else %} Block /h/{{hole.name}} Follow /h/{{hole.name}} {% endif %} {% endif %}
{% block navbar %}
{% set pcolor = "primary" if pins else "secondary" %}
{{- macros.time_filter_buttons() -}} {{- macros.sorting_buttons(POST_SORTS, True, True) -}}
{% endblock %}
{% if SITE_NAME == 'WPD' and listing %}
{{macros.pagination("pagination-smaller pl-1 pt-3 pb-3")}}
{% endif %}
{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block content %}
{% include "post_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {{macros.pagination()}} {% endif %} {% if request.path == '/' and v %} {% endif %} {% if request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %}
{% endif %} {% endblock %}