This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw7/Claudio_Maggioni/views/500.dust

15 lines
172 B
Plaintext

{! vim: set ts=2 sw=2 et tw=120: !}
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
<h1>Error 500</h1>
<pre>
{err}
</pre>
</body>
</html>