flickr-mail/templates/show_message.html

12 lines
138 B
HTML
Raw Normal View History

2023-09-08 01:10:09 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<pre>{{ msg }}</pre>
</body>
</html>