{% extends "base/skeleton.html" %}
{% load static %}
{% load authentik_core %}
{% block head_before %}
{{ block.super }}
{% if flow.compatibility_mode and not inspector %}
{% endif %}
{% include "base/header_js.html" %}
{% endblock %}
{% block head %}
{% versioned_script "dist/flow/FlowInterface-%v.js" %}
{% endblock %}
{% block body %}
{% endblock %}