summaryrefslogtreecommitdiff
path: root/www/wiki/includes/templates/AtomItem.mustache
blob: 32d2f01d66421d806cbcae89cbe0574856c9a9ab (plain)
1
2
3
4
5
6
7
8
9
10
	<entry>
		<id>{{{uniqueID}}}</id>
		<title>{{{title}}}</title>
		<link rel="alternate" type="{{{mimeType}}}" href="{{{url}}}"/>
		{{#date}}<updated>{{{.}}}Z</updated>{{/date}}

		<summary type="html">{{{description}}}</summary>
		{{#author}}<author><name>{{{.}}}</name></author>{{/author}}
		{{! FIXME: Need to add comments }}
	</entry>