{% extends "shop/errors/base.html" %} {% block icon %}⏱️{% endblock %} {% block title %}429 - Please Slow Down{% endblock %} {% block content %} {% if vendor and theme and theme.branding and theme.branding.logo %} {% endif %}
⏱️
429
Please Slow Down
You're browsing a bit too fast! Please wait a moment before continuing.
{% if details and details.retry_after %}

Please wait {{ details.retry_after }} seconds

{% endif %}
Try Again Go to Home
{% if vendor %}
{{ vendor.name }}
{% endif %} {% endblock %}