Files
autoreply-editor/autoreply_editor/templates/result.html

15 lines
175 B
HTML

<!DOCTYPE html>
<head>
<title>Autoreply Editor</title>
</head>
<body>
<h1>Autoreply Editor</h1>
<p>{{ result }}</p>
<p><a href="/">Go back</a></p>
</body>
</html>