actix-admin/examples/with_azure_auth/templates/custom_index.html
2022-11-08 17:10:27 +01:00

5 lines
82 B
HTML

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