actix-admin 0.8.0

An admin interface for actix-web
Documentation
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}
<div class="column">
    You may customize this site by using a custom index page!
</div>
{% endblock content %}