PronounsToday/web/templates/error.html

10 lines
142 B
HTML

<html>
<head>
<title>An Error Occurred</title>
</head>
<body>
<h1>An Error Occurred</h1>
<p>{{ msg }}</p>
</body>
</html>