actix-admin/templates/index.html

8 lines
130 B
HTML
Raw Normal View History

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