{% extends "base.html" %} {% block title %}Error {{exception.status_code}}{% endblock %} {% block main %} {{exception.status_code}} {{exception}} {% if exception.status_code == 409 %} Retrying in 1 second... {% endif %} {% endblock %}
{{exception}}
Retrying in 1 second...