{% extends "default.html" %} {% block title %} {% if sub %} /h/{{sub.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 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 %} {%- set search_placeholder = "Search" -%} {%- if sub -%} {%- set search_placeholder = "Search (try '" ~ HOLE_NAME ~ ":" ~ sub.name ~ "')" -%} {%- endif -%}
Create Post {% if sub %} {% if v %} {% if sub.stealth %} {% else %} {% endif %} {% else %} Block /h/{{sub.name}} Follow /h/{{sub.name}} {% endif %} {% endif %}
{% block navbar %}
{% set pcolor = "primary" if pins else "secondary" %}
{% endblock %}
{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block content %}
{% include "submission_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 %}