actix-admin/templates/index.html

8 lines
130 B
HTML

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