surwiki/templates/article_revision.html
2017-11-06 16:26:37 +01:00

21 lines
512 B
HTML

<div class="container">
<div class="notice">
<p>
You are viewing an historical version of <a href="{{link_current}}">this article</a>,
authored at {{{timestamp_and_author}}}.
</p>
<p>
{{#diff_link}}See <a href="{{.}}">the changes</a> made for this revision.{{/diff_link}}
{{^diff_link}}This is the first revision of the article.{{/diff_link}}
</p>
</div>
<div class="rendered">
{{>article_contents.html}}
</div>
</div>
<footer>
{{>footer/items.html}}
</footer>