11 lines
403 B
XML
11 lines
403 B
XML
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>{{title}}</title>
|
|
<link>{{link}}</link>
|
|
<description>{{description}}</description>
|
|
<language>en-US</language>
|
|
<pubDate>{{pubDate}}</pubDate>
|
|
<atom:link href="https://prose.nsood.in/rss.xml" rel="self" type="application/rss+xml" />
|
|
{{{items}}}
|
|
</channel>
|
|
</rss>
|