reminder-bot/templates/errors/403.html.tera

11 lines
252 B
Plaintext
Raw Permalink Normal View History

2022-02-11 17:44:08 +00:00
{% extends "base" %}
{% block init %}
{% set title = "403 Forbidden" %}
{% set show_contact = True %}
{% set page_title = "Forbidden" %}
2024-02-24 17:23:31 +00:00
{% set page_subtitle = "You currently cannot access this page, if it exists." %}
2022-02-11 17:44:08 +00:00
{% endblock %}