actix-admin/examples/azure_auth/templates/custom_index.html

5 lines
82 B
HTML
Raw Normal View History

2022-08-29 13:06:44 +02:00
{% extends "base.html" %}
{% block content %}
custom index
{% endblock content %}