{% extends "base.html" %} {% from "_macros.html" import icon, model_avatar %} {% block title %}Your settings - {{ brand.name }}{% endblock %} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}
{% include "partials/sidebar.html" %}
{% include "partials/_sidebar_toggle.html" %}

Your settings

{# Tabs are radio inputs plus sibling selectors: no JavaScript, and the chosen tab survives a re-render because the browser keeps the checked state. Each panel is a real fragment of the page, not a fetch. #}
{# Deliberately no `role="tablist"`. It had one, and the children are `` and `
{% endblock %}