summaryrefslogtreecommitdiffstats
path: root/root/templates/page.tt
blob: 754d4b7fdd0e21ff06a569af4fe3f933e655d37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
<h1>[% page %]</h1>
[% IF historical %]
<p>This is a historical view of this page</p>
[% ELSE %]
<p><a href="[% uri_for('action', 'edit', 'page_name', page) %]">Edit</a></p>
[% END %]
<p><a href="[% uri_for('action', 'history', 'page_name', page) %]">History</a></p>
<p>
[% text %]
</p>
<p style="font-size: small">
Last modified by [% author.id %] on [% modified %]
</p>
</body>
</html>