4 lines
209 B
Twig
4 lines
209 B
Twig
{% extends 'errors/master.twig' %}
|
|
|
|
{% set http_error_image = '/images/404.jpg' %}
|
|
{% set http_error_desc = 'Whatever you\'re looking for is no longer here, or might not have been here in the first place.' %}
|