{# app/templates/shop/errors/429.html #} {# 429 Too Many Requests error page - rate limiting #} {% extends "shop/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

{% endif %} {% endblock %} {% block action_buttons %} Try Again Go to Home {% endblock %} {% block support_link %} Questions? Contact us {% endblock %}