{% extends "base/skeleton.html" %} {% load i18n %} {% load static %} {% load authentik_core %} {% block head_before %} {{ block.super }} {% if flow.compatibility_mode and not inspector %} {% comment %} @see {@link web/types/webcomponents.d.ts} for type definitions. {% endcomment %} {% endif %} {% include "base/header_js.html" %} {% endblock %} {% block interface_stylesheet %} {% endblock %} {% block head %} {% endblock %} {% block body %} {% include "base/placeholder.html" %} {% endblock %}