{% extends "gemini-protector-gui/layouts/base.html" %} {% block title %} Access Control List {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Endpoints
{% for link in _sorted_links %} {% endfor %}
Func Method Url
{{ link.endpoint }} {{ link.method }} {{ link.url }} {{ link.decorators }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}