How would you replace these tags with actual data:
[|RSSITEMS:]
[|RSSITEM:TITLE|]
[|RSSITEM:CONTENT|]
[|END:RSSITEMS|]
[|RSSITEMS:] starts loop at the top and ends its [|END:RSSITEMS|]
[|RSSITEM:TITLE|] and [|RSSITEM:CONTENT|] should be replaced with data from rss feeds.
Feed data is already in database.
Can not use django templates, as HTML above will be different in most cases, can not use templates. the HTML is stored in database.