[% USE date %]
[% PROCESS sub/date.html %]
[% url_prefix = c.req.base _ forum.forum_url _ '/topic/' _ topic.topic_id %]
[% url_prefix %]
[% date.format(date.now, '%Y-%m-%dT%H:%M:%S+00:00') %]
[% date.format(date.now, '%Y-%m-%dT%H:%M:%S+00:00') %]
Foorum RSS Generator
[% FOREACH comment IN comments %]
-
[% url_prefix _ '/comment_id=' _ comment.comment_id _ '/#c' _ comment.comment_id %]
[% url_prefix _ '/comment_id=' _ comment.comment_id _ '/#c' _ comment.comment_id %]
[% date_format(comment.post_on, '%Y-%m-%dT%I:%M:%S') %]
[% END %]