actix-admin/templates/index.html

6 lines
125 B
HTML
Raw Normal View History

2021-11-29 17:35:11 +01:00
{% extends "base.html" %}
{% block content %}
<a href="/{{ web_auth_link }}">{{ web_auth_link }}</a>
{% endblock content %}