actix-admin/templates/index.html
2023-01-11 20:30:33 +01:00

9 lines
158 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "loader.html" %}
You may customize this site by using a custom index page!
{% endblock content %}