summaryrefslogtreecommitdiff
path: root/templates/rss-item.xml
blob: 8ddc90d2dd9f51492abc095e6717b45faebf6fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
 <item>
  <title>{TITLE}</title>
  <link>https://www.senders.io{LINK}</link>
  <guid isPermaLink="true">https://www.senders.io{LINK}</guid>
  <pubDate>{PUBDATE}</pubDate>
  <description>
    <![CDATA[
	 {CONTENT}
    ]]>
  </description>
 </item>