Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / includes / templates / AtomItem.mustache
1 <entry>
2 <id>{{{uniqueID}}}</id>
3 <title>{{{title}}}</title>
4 <link rel="alternate" type="{{{mimeType}}}" href="{{{url}}}"/>
5 {{#date}}<updated>{{{.}}}Z</updated>{{/date}}
6
7 <summary type="html">{{{description}}}</summary>
8 {{#author}}<author><name>{{{.}}}</name></author>{{/author}}
9 {{! FIXME: Need to add comments }}
10 </entry>