{% extends 'layouts/bootstrap-dashboard.html' %} {% block title %} Dashboard {% endblock %} {% block content %}

Dashboard

FastAPI-DLS

Minimal Delegated License Service (DLS).

Releases »

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}