{% extends "_layout.html" %} {% block title %}{{ _('Forbidden') }}{% endblock %} {% block content %}
{{ _('Forbidden') }}!
{{ _('It seems you do not have sufficient permissions to access this resource, perhaps go somewhere nice instead.', link = url_for('index')) | safe }}