8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
<% USING: namespaces furnace sequences ; %>
|
|
|
|
<table width="100%">
|
|
<% "new-paste-quot" get "New paste" render-link %>
|
|
<tr align="left"><th> </th><th>Summary:</th><th>Paste by:</th><th>Link</th><th>Date</th></tr>
|
|
<% "pastes" get <reversed> [ "paste-summary" render-template ] each %></table>
|
|
|