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

5 lines
84 B
HTML

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