[% title_only = { twitter => 1, brightkite => 1,
upcoming => 1, github => 1,
listal => 1, cpan => 1,
'last.fm' => 1 } -%]
Snippets
[% FOREACH entry=feed.entries -%]
[% bits = entry.title.split(': ', 2);
feed = bits.0;
title = bits.1;
IF feed == 'twitter';
title = title.replace('^davorg:\s+', '');
END -%]
- [% title | html %][% UNLESS title_only.$feed; '
'; entry.content.body; END %]
[% END %]