Top Poster of the Day:
{% with user=top_poster_of_the_day() %}
{% include "user_in_table.html" %}
{% endwith %}
Current Registered Users: {{current_registered_users()}}
{% if hole and hole.sidebarurls %}
{% set image = hole.random_sidebar %}
{% elif IS_FISTMAS() or IS_BDAY() %}
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar/" ~ SITE_NAME) %}
{% elif IS_EVENT() %}
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar") %}
{% elif v and v.chud %}
{% set image = SITE_FULL_IMAGES + "/i/rDrama/sidebar/2317.webp?x=11" %}
{% set expanded_image = image|expand_art %}
{% else %}
{% set image = macros.random_image("assets/images/" ~ SITE_NAME ~ "/sidebar") %}
{% set expanded_image = image|expand_art %}
{% endif %}
{% if request.path != '/sidebar' %}
{% if IS_HOMOWEEN() and not (hole and hole.sidebarurls) %}
{% include "events/homoween/eye_tracking.html" %}
{% elif not (hole and hole.name == 'chudrama' and v and not v.can_see_chudrama) %}
{% if not expanded_image %}
{% set expanded_image = image %}
{% endif %}
{% endif %}
{% endif %}
{% if IS_HOMOWEEN() %}
{{bar_position()[0]}}% Vaxxed
{{bar_position()[1]}}% Infected
{% endif %}
{% if hole and hole.sidebar_html %}
{{hole.sidebar_html|safe}}
{% endif %}
BROWSE EFFORTPOSTS
SITE GUIDE
HOLES
PING GROUPS
{% if hole %}
/h/{{hole}} SETTINGS
/h/{{hole}} LOG
/h/{{hole}} MODS
/h/{{hole}} EXILEES
/h/{{hole}} FOLLOWERS
/h/{{hole}} BLOCKERS
{% else %}
{% endif %}