surwiki/templates/article_revision.html
2017-10-24 11:03:09 +02:00

17 lines
320 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>
</div>
<div class="rendered">
{{>article_contents.html}}
</div>
</div>
<footer>
{{>footer/items.html}}
</footer>