19 lines
489 B
HTML
19 lines
489 B
HTML
<div class="partouter">
|
|
<div class="partheader">
|
|
message/rfc822
|
|
</div>
|
|
<div class="partinner">
|
|
<table>
|
|
<tr> <th>Message-Id </th> <td>{{message_id}} </td> </tr>
|
|
<tr> <th>Subject </th> <td>{{subject}} </td> </tr>
|
|
<tr> <th>From </th> <td>{{from}} </td> </tr>
|
|
<tr> <th>Date </th> <td>{{date}} </td> </tr>
|
|
</table>
|
|
|
|
{% for p in parts %}
|
|
{{p}}
|
|
{% endfor %}
|
|
|
|
</div>
|
|
</div>
|