factor/extra/webapps/pastebin/annotation.furnace

12 lines
387 B
Plaintext
Executable File

<% USING: namespaces io furnace calendar ; %>
<h2>Annotation: <% "summary" get write %></h2>
<table>
<tr><th align="right">Annotation by:</th><td><% "author" get write %></td></tr>
<tr><th align="right">File type:</th><td><% "mode" get write %></td></tr>
<tr><th align="right">Created:</th><td><% "date" get timestamp>string write %></td></tr>
</table>
<% "syntax" render-template %>