5 lines
142 B
Twig
5 lines
142 B
Twig
|
{% extends 'errors/master.twig' %}
|
||
|
|
||
|
{% set http_error_title = 'Error 401' %}
|
||
|
{% set http_error_desc = 'You must be authorised to be here.' %}
|