Mike Valstar
When coding an RSS feed for this site I saw that there really was no simple RSS templates written in jade. (Specifically since this site uses the Express framework, jade is already built in. ) I decided to create a jade template that will cover just about anyones needs for an RSS feed.
You will need to pass in the GetRFC822Date function as "dateFormat" to the template in order for it to render the dates in the proper format:
Right now the only limitations to the template as per the RSS Specs are the cloud tag and categories do not support domains.