{% extends "dac/entrance.html" %} {% comment %} Entrance layout for all anonymous-facing allauth pages (login, signup, password reset, login codes, …): delegates its chrome entirely to the core-owned dac/entrance.html and keeps only the allauth block mapping. Every stock allauth entrance template renders through this layout via account/base_entrance.html. {% endcomment %} {% block title %} {% block head_title %} {% endblock head_title %} {% endblock title %} {% block head %} {{ block.super }} {% block extra_head %} {% endblock extra_head %} {% endblock head %} {% block extra_js %} {% block extra_body %} {% endblock extra_body %} {% endblock extra_js %}