{% extends "templates/base.html" %} {% block content %}






{{ features["rate_limit"]["site"]["title"] }}

{{ features["rate_limit"]["site"]["subtitle"] }}


{{ features["rate_limit"]["site"]["button"] }}
{% if branding["footer"]["enable"] == true %} {% include "templates/footer.html" %} {% endif %} {% if branding["credit"]["enable"] == true %} {% include "templates/credit.html" %} {% endif %} {% endblock %}