3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>Recent Posts</t:title>
7 <t:bind-each t:name="posts">
9 <h2 class="post-title">
10 <t:a t:href="$blogs/post" t:rest="id">
11 <t:label t:name="title" />
15 <p class="posting-body">
16 <t:farkup t:name="content" />
19 <div class="posting-footer">
21 <t:a t:href="$blogs/by" t:rest="author">
22 <t:label t:name="author" />
25 <t:label t:name="date" />
27 <t:a t:href="$blogs/post" t:rest="id">
28 <t:label t:name="comments" />