4 lines
146 B
Twig
4 lines
146 B
Twig
{% extends 'errors/master.twig' %}
|
|
|
|
{% set http_error_image = '/images/403.jpg' %}
|
|
{% set http_error_desc = 'You are not supposed to be here.' %}
|