13 lines
		
	
	
		
			332 B
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			332 B
		
	
	
	
		
			Plaintext
		
	
	
|  | <% USING: continuations namespaces io kernel math math.parser | ||
|  | furnace webapps.pastebin calendar sequences ; %> | ||
|  | 
 | ||
|  | <tr> | ||
|  |     <td> | ||
|  |         <a href="<% model get paste-link write %>"> | ||
|  |         <% "summary" get write %> | ||
|  |         </a> | ||
|  |     </td> | ||
|  |     <td><% "author" get write %></td> | ||
|  |     <td><% "date" get timestamp>string write %></td> | ||
|  | </tr> |