{%- extends 'root.html' -%} {% block body_attributes %}id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}"{% endblock %} {% block body %} {% block banner %} {% include "modals/expanded_image.html" %} {% if '@' not in request.path %} {% if EVENT_BANNER and not sub %} {% include 'event/' + EVENT_BANNER %} {% else %} {% if sub and SITE_NAME != WPD %} {% set src = sub.banner_url %} {% set alt = ['/h/', sub, 'banner']|join %} {% set class = 'site-banner-hole' %} {% elif SITE_NAME == "rDrama" %} {% set href = "https://secure.transequality.org/site/Donation2?df_id=1480" %} {% set expand = false %} {% endif %} {{macros.banner(src, href, alt, expand, class)}} {% endif %} {% endif %} {% endblock %} {% include "header.html" %} {% block mobileUserBanner %}{% endblock %}
{% 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 if not EVENT_SIDEBAR else 'event/' + sidebar %} {% endif %} {% endblock %}
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} {% block actionsModal %}{% endblock %} {% block reportCommentModal %}{% endblock %} {% block GIFtoast %}{% endblock %} {% block GIFpicker %}{% endblock %} {% if not err and v and v.spider %} {% endif %} {% endblock %}