{% extends "django_fundamentals/layouts/app.html" %} {% comment %} SETTINGS LAYOUT — THE APP SHELL PLUS A TAB RAIL DOWN THE LEFT. Overrides content_outer rather than content, so a child template overriding content (this package's own settings pages AND every allauth manage page) drops into the column beside the rail without knowing the rail exists. {{ block.super }} renders app.html's content_outer, which renders whatever the child put in content. {% endcomment %} {% block content_outer %}