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>
|
|
|
|
|
2007-12-06 00:22:35 -05:00
|
|
|
<% "syntax" render-template %
|