AtomItem.mustache 338 B

1234567891011
  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. <summary type="html">{{{description}}}</summary>
  7. {{#author}}<author><name>{{{.}}}</name></author>{{/author}}
  8. {{! FIXME: Need to add comments }}
  9. </entry>