17 lines
320 B
HTML
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>
|