{% extends 'settings/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_text %} {% block settings_content %}
A few of the elements on this page have been moved to the on-profile editor. To find them, go to your profile and hit the "Edit Profile" button below your avatar.
{{ container_title('Account') }}
{{ input_csrf('settings') }} {% if not settings_disable_account_options %} {% endif %}
{% endblock %}