yama/templates/message2.html

18 lines
530 B
HTML

<div class="partouter">
<div class="partheader">
message
</div>
<div class="partinner">
<table>
<tr> <th>Newsgroups</th> <td>{{msg.newsgroups}} </td> </tr>
<tr> <th>Message-Id </th> <td>{{message_id}} </td> </tr>
<tr> <th>Subject </th> <td class="subject">{{subject}}</td> </tr>
<tr> <th>From </th> <td>{{from}} </td> </tr>
<tr> <th>Date </th> <td>{{date}} </td> </tr>
</table>
{{bodyhtml}}
</div>
</div>