factor/extra/webapps/pastebin/annotation.furnace

12 lines
311 B
Plaintext
Raw Normal View History

2007-11-07 15:01:42 -05:00
<% USING: namespaces io ; %>
<h2>Annotation: <% "summary" get write %></h2>
<table>
<tr><th>Annotation by:</th><td><% "author" get write %></td></tr>
<tr><th>Channel:</th><td><% "channel" get write %></td></tr>
<tr><th>Created:</th><td><% "date" get write %></td></tr>
</table>
<% "syntax" render-template %