{# app/templates/storefront/errors/429.html #} {# 429 Too Many Requests error page - rate limiting #} {% extends "storefront/errors/base.html" %} {% block icon %}⏱️{% endblock %} {% block title %}429 - Please Slow Down{% endblock %} {% block extra_content %} {% if details and details.retry_after %}
Please wait {{ details.retry_after }} seconds