templates/atom/error.tmpl @ b2b88bc58ef9
Initial commit (not finished)
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 11 Jan 2020 13:21:39 -0800 |
parents |
(none) |
children |
(none) |
{header}
<!-- Error -->
<id>{urlbase}{url|urlescape}</id>
<link rel="self" href="{urlbase}{url|urlescape}atom-log"/>
<link rel="alternate" href="{urlbase}{url|urlescape}"/>
<title>Error</title>
<updated>1970-01-01T00:00:00+00:00</updated>
<entry>
<title>Error</title>
<id>https://mercurial-scm.org/#error</id>
<author>
<name>mercurial</name>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<content type="text">{error|escape}</content>
</entry>
</feed>