{% extends "error.html" %} {% set error = "Unauthorised" %} {% set error_code = 401 %} {% block error_content %} {% if request.method != "GET" %}
            You must be authenticated to access this.
            And even if you're authenticated, you need to have
            the right permissions, or you'll get 403 Forbidden. How did you even think you could do this
            anonymously?
            Log in and try this request again. Or just look at this random picture
            the server found for you. Try bribing the subject of it for access, there may be a nonzero chance it
            will let you in.
            What reason do you even have not to have an account? FYI, we already
            know your IP address, city, browser, OS, device, screen size, ISP (as any website does), and we've
            just logged your terrible attempt at breaking our server (we actually log everything),
            so it's not like you're losing anything by signing up.
            Don't believe us?
 Aren't you using a {{ user_agent }}? No, we don't run analytics
            and we're not interested in your data.
        
            You must be authenticated to access this. Additionally, if you do authenticate but
            don't have the right permissions, you'll get 403 Forbidden.
            Log in and try this request again. Or just look at this random picture
            the server found for you.