{% extends "_base.html" %} {% block title %}500 - Server Error{% endblock %} {% block extra_animations %} 'spin-slow': 'spin 3s linear infinite', 'glitch': 'glitch 2s infinite', 'flicker': 'flicker 1.5s infinite', {% endblock %} {% block extra_keyframes %} glitch: { '0%, 100%': { transform: 'translate(0)' }, '20%': { transform: 'translate(-2px, 2px)' }, '40%': { transform: 'translate(-2px, -2px)' }, '60%': { transform: 'translate(2px, 2px)' }, '80%': { transform: 'translate(2px, -2px)' }, }, flicker: { '0%, 100%': { opacity: '1' }, '50%': { opacity: '0.3' }, }, {% endblock %} {% block background %}
{% endblock %} {% block content %}

500

Technical Difficulties!

Houston, we have a problem! 🚨

Our servers are having a bit of a meltdown - probably too much coffee and not enough sleep. Our tech wizards are frantically typing away to fix this mess!

SYSTEM STATUS: HAVING A MOMENT
{{ back_label }}

"It's not a bug, it's an unplanned feature demonstration!"

- Optimistic Developer

{% endblock %} {% block floating_elements %}
{% endblock %}