12 lignes
250 o
HTML
12 lignes
250 o
HTML
|
{{import "layouts/partials/helpers/errors"}}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Errors - Nyaa Pantsu API</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Errors when processing your request</p>
|
||
|
{{ yield errors() }}
|
||
|
</body>
|
||
|
</html>
|