doctype xml rss(version='2.0', xmlns:atom='http://www.w3.org/2005/Atom') channel title #{config.title} link #{config.baseurl} description #{config.description} language #{config.locale} //- if events.length lastBuildDate= new Date(posts[0].publishedAt).toUTCString() each event in events item title= event.title link #{config.baseurl}/event/#{event.id} description | #{event.title} | #{event.place.name} - #{event.place.address} | #{moment(event.start_datetime).format("ddd, D MMMM HH:mm")}
| |
!{event.description}
| ]]> pubDate= new Date(event.createdAt).toUTCString() guid(isPermaLink='false') #{config.baseurl}/event/#{event.id}