{%- extends 'root.html' -%} {% block pagetitle %}User List{% endblock %} {% block body_attributes %}id="settings2" {% if SITE_NAME == 'rDrama' and v and (v.is_banned or v.agendaposter) %}style="overflow-x: hidden;background:url(/assets/images/backgrounds/anime/1.webp?v=3) center center fixed; background-color: var(--background)"{% elif v and v.background %}style="overflow-x: hidden;background:url(/assets/images/backgrounds/{{v.background}}?v=3) center center fixed; background-color: var(--background){% if 'anime' not in v.background %};background-size: cover{% endif %}"{% endif %}{% endblock %} {% block body %} {% include "header.html" %} {% block subNav %} {% if not request.path.startswith('/h/') %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} {% block scripts %}{% endblock %} {% endblock %}