{% extends "base.html" %} {% block title %}403 - Forbidden{% endblock %} {% block content %}

403

You do not have permission to view this paste.

If you believe this is a mistake, please contact support.

{% if current_user.is_authenticated %} Back to Dashboard {% else %} Login {% endif %}
{% endblock %}