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/404.twig

5 lines
149 B
Twig
Raw Normal View History

{% extends 'errors/master.twig' %}
{% set http_error_title = 'Error 404' %}
{% set http_error_desc = 'Could not find what you were looking for.' %}