{% extends "base.html" %} {% comment %} The Account Center's layout. Extends the unqualified `base.html` a project owns, not `mvp/base.html` directly, so a project's own base override still applies underneath this layout (FR-012). The area's navigation is the shell's sidebar, which swaps to AccountCenterMenu on these pages, so this layout draws none of its own. A page in the area extends this template and fills `account.content`, the block declared below, which sits inside a container within `content`. {% endcomment %} {% block content %} {% block account.content %} {% endblock account.content %} {% endblock content %}