actix-admin/templates/index.html

9 lines
158 B
HTML
Raw Normal View History

2021-11-29 17:35:11 +01:00
{% extends "base.html" %}
{% block content %}
2023-01-11 20:30:33 +01:00
{% include "loader.html" %}
You may customize this site by using a custom index page!
2021-11-29 17:35:11 +01:00
{% endblock content %}