{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} {% if request.path == '/' %} {% set csp=CONTENT_SECURITY_POLICY_HOME %} {% endif %} {% if not 'post/' in request.path and not '@' in request.path %} {{html_head.html_head(true, true, true, csp, none, "", "", true, 'post/' in request.path)}} {% else %} {# this should really be fixed at some point, prolly after 10/31 #} {{html_head.javascript()}} {{html_head.stylesheets(true, '')}} {{html_head.meta_tags_1(csp, none, true)}} {% block title %} {{SITE_NAME}} {{html_head.meta_tags_2(SITE_NAME, SITE_FULL)}} {% endblock %} {{html_head.seo()}} {{html_head.cf_2fa_verify()}} {% endif %} {% block Banner %} {% include "modals/expanded_image.html" %} {% if '@' not in request.path %} {% 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 %} {% 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) %} {% include "sidebar_" + SITE_NAME + ".html" %} {% endif %} {% endblock %}
{% block mobilenavbar %} {% include "mobile_navigation_bar.html" %} {% endblock %} {% block actionsModal %} {% endblock %} {% block reportCommentModal %} {% endblock %} {% block GIFtoast %} {% endblock %} {% block GIFpicker %} {% endblock %} {% if v and v.spider %} {% endif %}