1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-03-12 02:01:18 +00:00
Plume/templates/errors/403.html.tera

5 lines
117 B
Text

{% extends "errors/base" %}
{% block error %}
<h1>{{ "You are not authorized." | _ }}</h1>
{% endblock error %}