RSSHub
i@diygod.me (DIYgod)
{{ language || 'zh-cn' }}
{{ id || link }}
{{ if subtitle }}
{{ /if }}
{{ updated }}
{{if contributor }}
{{ each contributor }}
{{ /each }}
{{ /if }}
{{ if icon }}
{{ icon }}
{{ /if }}
{{ if logo }}
{{ logo }}
{{ /if }}
{{ each item $e }}
{{ $e.guid || $e.id || $e.link }}
{{ $e.pubDate || $e.updated }}
{{ $e.updated }}
{{ if $e.author }}
{{ /if }}
{{ if $e.summary }}
{{ /if }}
{{ if $e.content }}
{{ $e.content.html || $e.content.text }}
{{ else if $e.description }}
{{ $e.description }}
{{ /if }}
{{ if typeof $e.category === 'string' }}
{{ else }}
{{ each $e.category $c }}
{{ /each }}
{{ /if }}
{{ /each }}