RSS Feed Display Template - Example of Basic Coding
The top-level element is referenced as the variable ${rss}. Nested elements must be qualified and appended to the previous level's element name, unless referenced in a template list:
Feed title: ${rss.title}
Feed subtitle: ${rss.subtitle}
Feed URLs:
<t:list id="rss.link">
Link: ${href}
</t:list>
A basic RSS feed display template:
Feed title: ${channel.title}
<br />
<t:list id="rss.entry">
Title: ${title}
</t:list>