]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/furnace-pastebin/annotation.furnace
Initial import
[factor.git] / unmaintained / furnace-pastebin / annotation.furnace
1 <% USING: namespaces io ; %>
2
3 <h2>Annotation: <% "summary" get write %></h2>
4
5 <table>
6 <tr><th>Annotation by:</th><td><% "author" get write %></td></tr>
7 <tr><th>Channel:</th><td><% "channel" get write %></td></tr>
8 <tr><th>Created:</th><td><% "date" get write %></td></tr>
9 </table>
10
11 <pre><% "contents" get write %></pre>