actix-admin/example/templates/index.html

6 lines
125 B
HTML
Raw Normal View History

2022-08-06 20:09:30 +02:00
{% extends "base.html" %}
{% block content %}
<a href="/{{ web_auth_link }}">{{ web_auth_link }}</a>
{% endblock content %}