Files
authentik/authentik/core/templates/shell.html
2021-02-20 18:26:43 +01:00

12 lines
247 B
HTML

{% extends "base/skeleton.html" %}
{% load static %}
{% block head %}
<script src="{% static 'dist/main.js' %}?v={{ ak_version }}" type="module"></script>
{% endblock %}
{% block body %}
<ak-interface-admin></ak-interface-admin>
{% endblock %}