{% extends "default.html" %} {% block title %} {% if hole %} /h/{{hole.name}} {% elif request.path == '/' %} {% if IS_DKD() %} Kongrama {% else %} {{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES|random()}}{% endif %} {% endif %} {% else %} {{super()}} {% endif %} {% endblock %} {% block pagetitle %}{{SITE_NAME if not hole else '/h/' ~ hole.name}}{% endblock %} {% block head_final %} {% set preview = hole.siderbarurl if hole and hole.sidebarurl 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" %}
{%- import 'util/macros.html' as macros with context -%} {{- macros.time_filter_buttons() -}} {{- macros.sorting_buttons(POST_SORTS, True) -}}
{% endblock %}
{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block content %}
{% include "post_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% include "pagination.html" %} {% 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 %} {% if FP and request.path == '/' and v and not v.fp %} {% endif %} {% endblock %}