{%- extends 'root.html' -%} {% import 'settings/common.html' as common with context %} {% block pagetitle %}Settings{% endblock %} {% block body_attributes %}id="settings" {% 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" %}
{% if error %} {% endif %} {% if msg %} {% endif %}

Settings

Settings

{% block content %}{% endblock %}
{% block clipboard %} {% endblock %} {% block onload %}{% endblock %} {% endblock %}