changequote
changequote(<!,!>)
define(__title, <!My posts!>)
define(__subtitle, <!Here are all the things from my blog, in a nice convenient list!>)
include(proto/header.html)
define(<!fordown!>,<!ifelse($ <!pushdef(<!$1!>,$2)$4<!!>popdef(<!$1!>)$0(<!$1!>,decr($2),$3,<!$4!>)!>)!>)!>)
<div id="list">
<ul style="margin:0;">
fordown(<!__i!>,__latest,1,
<!undefine(<!__title!>)
undefine(<!__timestamp!>)
undefine(<!__keywords!>)
undefine(<!__subtitle!>)
divert(-1)
include(__dir/__i.m4)
divert(1)
<li style="margin:1em 0;">
<a href="__i.html">__title</a>
<span class="timestamp" style="float:right;">__timestamp</span>
<br>__subtitle
</li>
!>dnl
)
</ul>
</div>
undefine(<!__timestamp!>)
include(proto/footer.html)