]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/furnace-onigiri/templates/entry-show.furnace
Initial import
[factor.git] / unmaintained / furnace-onigiri / templates / entry-show.furnace
1 <% USING: furnace:onigiri io namespaces math calendar html kernel furnace ; %>
2
3 <div class="entry">
4 <h2><a href="<% "entry-show" action>url write %>?stub=<% "stub" get write %>"><% "title" get write %></a></h2>
5
6 <p>posted <% "created" get timestamp>string write %> <% "stub" get [ entry-edit ] curry "(edit)" render-link %></p>
7
8 <% "body" get write-html %>
9 </div>