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

4 lines
129 B
Twig

{% extends 'errors/master.twig' %}
{% set http_error_title = 'Error 400' %}
{% set http_error_desc = 'Request is malformed.' %}