簡易RSSリーダー
RSSの閲覧
RSSの編集
新規追加
$for item in rsslist:
${item.get('title', '')}
(${item.get('pubDate', '')})
${item.get('description', '')}
$endfor