Repository URL to install this package:
|
Version:
1.10.dev0 ▾
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>WikiPage: View</title>
</head>
<body>
<a href="${request.route_url('wiki_view')}">
Up
</a> |
<a href="${request.route_url('wikipage_edit', uid=page.uid)}">
Edit
</a>
<h1>${page.title}</h1>
<p>${structure: page.body}</p>
</body>
</html>