22 lines
520 B
HTML
22 lines
520 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
{{list}}: {{subject}}
|
|
</title>
|
|
<link rel="stylesheet" href="../../style/debug.css">
|
|
</head>
|
|
<body>
|
|
<h1>{{subject}}</h1>
|
|
<table>
|
|
<tr> <th>Message-Id </th> <td>{{message_id}} </td> </tr>
|
|
<tr> <th>From </th> <td>{{from}} </td> </tr>
|
|
<tr> <th>Date </th> <td>{{date}} </td> </tr>
|
|
</table>
|
|
|
|
{{bodyhtml}}
|
|
|
|
</body>
|
|
</html>
|