<% #include "head.tc" %>

Post <% printf("%d", id); %>: <%= post->subject %>

From: <%= user->full? user->full: "" %> <% if(user->full) printf("<"); %>id); %>"><%= user->name %><% if(user->full) printf(">"); %>
Date: <% printdate(post->created); %> <% if(post->edited){ printf("
Edited: "); printdate(post->edited); } %> <% if(post->parent){ %>
In Reply To: parent); %>"><% printf("%d", post->parent); %> <% } %>

<%= post->text %>
<% if(att = nextatt(stmt)){ %>

Attachments

<% do{ %> <% free(att); }while(att = nextatt(stmt)); %>
id); %>"><%= att->name %> <%= att->mime %> <%= att->description %>
<% } %> <% #include "foot.tc" %>