{% extends "_base.html" %} {% block title %}403 - Access Forbidden{% endblock %} {% block extra_animations %} 'shake': 'shake 0.5s ease-in-out infinite', 'glow': 'glow 2s ease-in-out infinite alternate', {% endblock %} {% block extra_keyframes %} shake: { '0%, 100%': { transform: 'translateX(0)' }, '10%, 30%, 50%, 70%, 90%': { transform: 'translateX(-2px)' }, '20%, 40%, 60%, 80%': { transform: 'translateX(2px)' }, }, glow: { '0%': { boxShadow: '0 0 20px rgba(0, 212, 255, 0.3)' }, '100%': { boxShadow: '0 0 30px rgba(0, 212, 255, 0.6)' }, }, {% endblock %} {% block background %}
{% endblock %} {% block content %}

403

Restricted Zone!

Whoa there, hotshot! This area requires elevated clearance. 🚫

You need special clearance to access this area. Our security team is very thorough - they once caught someone trying to escalate privileges with a forged token!

SECURITY LEVEL: CLASSIFIED
{{ back_label }}

"Access denied is just another way of saying 'You're not ready for this level of awesome yet!'"

- Chief Security Officer

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