{%- extends 'root.html' -%} {% block body_attributes %}id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="has_header"{% endblock %} {% block body %} {% set central_orgy = get_running_orgy(v, 1) %} {% block pulltorefresh %}
{% endblock %} {% block banner %} {% if err or '@' not in request.path %} {% if IS_FISTMAS() and not (hole and hole.bannerurls) %} {% include 'events/fistmas/banner.html' %} {% elif IS_HOMOWEEN() and not (hole and hole.bannerurls) %} {% include 'events/homoween/banner.html' %} {% else %} {% set path = "files/assets/images/" ~ SITE_NAME %} {% if err and SITE_NAME == 'rDrama' %} {% set src = "banner_error.webp" | asset_siteimg %} {% elif hole and hole.bannerurls %} {% set src = hole.random_banner %} {% set alt = ['/h/', hole, ' banner']|join %} {% set class = 'site-banner-hole' %} {% elif central_orgy and os_path.exists(path ~ "/orgy_banners") %} {% set src = macros.random_image("assets/images/" ~ SITE_NAME ~ "/orgy_banners") %} {% set href = "/chat/1" %} {% set expand = false %} {% elif IS_DKD() %} {% set src = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/banners") %} {% elif IS_BDAY() %} {% set src = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/banners/" ~ SITE_NAME) %} {% elif IS_FOURTH() %} {% set src = SITE_FULL_IMAGES ~ '/i/rDrama/4th-of-july-banner.webp' %} {% elif SITE_NAME == "rDrama" %} {% set href = "https://donate.transequality.org/a/ncte" %} {% set expand = false %} {% endif %} {% if SITE_NAME == "WPD" %} {% if hole %} {% set href = "/h/" ~ hole %} {% set expand = false %} {% else %} {% set href = "/" %} {% set expand = false %} {% endif %} {% endif %} {% endif %} {% endif %} {% endblock %} {% include "header.html" %} {% block mobileUserBanner %}{% endblock %} {% if IS_HOMOWEEN() %} {% block hauntBg %}{% endblock %} {% endif %}
{% block desktopUserBanner %}{% endblock %} {% block desktopBanner %}{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block searchText %}{% endblock %} {% block content %}{% endblock %} {% block pagenav %}{% endblock %}
{% block sidebar %} {% if has_sidebar and (home or p) %} {% set sidebar = "sidebar_" ~ SITE_NAME ~ ".html" %}
{% include sidebar %}
{% endif %} {% endblock %}
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} {% block actionsModal %}{% endblock %} {% block reportCommentModal %}{% endblock %} {% block GIFtoast %}{% endblock %} {% block GIFpicker %}{% endblock %}
Link copied to clipboard
{% if (v and v.spider) or (p and p.award_count("shit", v)) or (p and p.award_count("fireflies", v)) %} {% if v and v.spider %} {% endif %} {% if p and p.award_count("shit", v) %} {% endif %} {% if p and p.award_count("fireflies", v) %} {% endif %} {% endif %} {% if IS_MUSICAL_EVENT() and not (SITE_NAME == 'WPD' and not v) and (not v or v.event_music) and not (hole and hole.name == 'music') and not (u and u.song) and not (IS_HOMOWEEN() and p and p.award_count("haunt", v)) and not (p and p.embed and p.domain == 'twitter.com') %} {% set path = "assets/events/" ~ IS_EVENT() ~ "/music" %} {% set song = SITE_FULL ~ "/" ~ path ~ "/" ~ listdir('files/'~path)|seeded_random(id) ~ '?x=45' %} {% endif %} {% endblock %}