This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
hanyuu/templates/errors/403.twig

4 lines
142 B
Twig

{% extends 'errors/master.twig' %}
{% set http_error_title = 'Error 403' %}
{% set http_error_desc = 'You are not authorised to be here.' %}