[% STOP UNLESS entries.size %]
rubric [% " / " _ user IF user %][% " / " _ tags.join(' + ') IF tags -%]
 [% FOREACH entry = entries %]
 [% entry.title %]
[% "   " _ entry.description _ "\n" IF entry.description -%]
   [% entry.link %]
   entered : [% entry.created.strftime("%Y-%m-%d %H:%M:%S") %]
   modified: [% entry.modified.strftime("%Y-%m-%d %H:%M:%S") %]
   [% entry.tags.join(" ") %]
 [%- END %]
