on the
current path, and the server (active_tab) selects which is current, so
switching sections is an ordinary navigation with zero JS required.
Required context: title, settings_tabs (a non-empty list of {key, label}
dicts, see {% bw_tabs %}), active_tab (a key present in settings_tabs).
Optional: description.
{% endcomment %}
{% block page_header %}{% include "brickwork/components/_page_header.html" %}{% endblock %}
{% block content %}
{% block settings_nav %}{% bw_tabs settings_tabs active=active_tab id="settings" %}{% endblock %}
{% block settings_body %}{% endblock %}
{% endblock %}