Files
authentik/authentik/core/templates/if/flow.html
Jens Langhammer 103e0f3b06 web: add default title
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-03-27 22:24:09 +01:00

13 lines
298 B
HTML

{% extends "base/skeleton.html" %}
{% load static %}
{% block head %}
<script src="{% static 'dist/FlowInterface.js' %}?v={{ ak_version }}" type="module"></script>
{% endblock %}
{% block body %}
<ak-message-container></ak-message-container>
<ak-flow-executor></ak-flow-executor>
{% endblock %}