hanyuu/templates/errors/master.twig

16 lines
549 B
Twig

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>{{ http_error_title }} :: {{ globals.siteInfo.name }}</title>
<link href="/errors.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="http-err">
<h1 class="http-err-title">{{ http_error_title }}</h1>
<p class="http-err-paragraph">{{ http_error_desc|raw }}</p>
</div>
</body>
</html>