{% set root_scope = namespace() %} {% block template_config %} {% set root_scope.include_user_css = true %} {% 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 -%} {% 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(root_scope.include_user_css)}} {{html_head.cf_2fa_verify() if root_scope.include_2fa_verify}} {% block head_final %}{% endblock %} {% endblock %} {% if v %} {% endif %} {% block body required %}{% endblock %} {{html_head.stylesheets_lower()}} {% if (v and v.cursormarsey) or (not v and CURSORMARSEY_DEFAULT) %}
{% endif %}
Action successful!
Error, please try again later.