{% extends "vendor/errors/base.html" %} {% block icon %}⏱️{% endblock %} {% block title %}429 - Too Many Requests{% endblock %} {% block content %}
Please wait {{ details.retry_after }} seconds before trying again.
{{ details | tojson(indent=2) }}