$header(title=title)$
$title$
$if(entries)$
Entries
$entries:{entry |
$if(entry.active_p)$
$! FIXME: Show content inline if possible. !$
- $entry.title$
$else$
- $entry.title$
$endif$
}$
$endif$
$footer()$
$!
Local Variables:
mode: html
coding: utf-8
End:
!$