actix-admin/example/templates/custom_index.html
2022-08-29 13:06:44 +02:00

5 lines
82 B
HTML

{% extends "base.html" %}
{% block content %}
custom index
{% endblock content %}