{% set root_scope = namespace() %} {% block template_config %} {% set root_scope.include_cf_2fa_verify = false %} {% endblock %} {%- import 'util/macros.html' as macros with context -%} {%- import 'util/html_head.html' as html_head with context -%} {%- if IS_HOMOWEEN() -%} {% set primary = "f66a3c" %} {%- elif IS_FISTMAS() -%} {% set primary = "cc4145" %} {%- elif IS_DKD() -%} {% set primary = "2aaa8a" %} {%- elif v -%} {% set primary = v.themecolor %} {%- else -%} {% set primary = DEFAULT_COLOR %} {%- endif -%} {% set primary_rgb = primary|rgb %} {% block head %} {% block title -%} {% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}} {%- endblock %} {{html_head.seo()}} {{html_head.page_meta(self.pagetitle() or none)}} {{html_head.javascript()}} {{html_head.stylesheets()}} {{html_head.cf_2fa_verify() if root_scope.include_2fa_verify}} {% block head_final %}{% endblock %} {% endblock %} {% if IS_HOMOWEEN() and ((v and v.jumpscare) or request.path.startswith('/shop/')) %} {% set image_src = SITE_FULL_IMAGES ~ "/assets/events/homoween/images/jumpscares/" ~ listdir("files/assets/events/homoween/images/jumpscares")|random ~ "?x=45" %} {% set audio_src = "/assets/events/homoween/audio/jumpscares/" ~ listdir("files/assets/events/homoween/audio/jumpscares")|random ~ "?x=45" %} {% endif %} {% if (IS_BDAY() or p and p.award_count("confetti", v)) and not (v and v.poor) %} {% endif %} {% if v %} {% endif %} {% block body required %}{% endblock %} {% if (v and v.cursormarsey) or (not v and CURSORMARSEY_DEFAULT) %}
{% endif %}
Action successful!
Error, please refresh the page and try again.