9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
<% USING: furnace:onigiri io namespaces math calendar html kernel furnace ; %>
|
|
|
|
<div class="entry">
|
|
<h2><a href="<% "entry-show" action>url write %>?stub=<% "stub" get write %>"><% "title" get write %></a></h2>
|
|
|
|
<p>posted <% "created" get timestamp>string write %> <% "stub" get [ entry-edit ] curry "(edit)" render-link %></p>
|
|
|
|
<% "body" get write-html %>
|
|
</div> |