summaryrefslogtreecommitdiffstats
path: root/root/templates/page.tt
blob: 6e9ec3149e233edb2e0fdec569627c1e7e56b579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
<h1>[% page %]</h1>
<p><a href="[% uri_for('action', 'edit', 'page_name', page) %]">Edit</a></p>
<p>
[% text %]
</p>
<p style="font-size: small">
Last modified by [% author.id %] on [% modified %]
</p>
</body>
</html>