<html>
<head>
<title>QuickWiki</title>
<% h.stylesheet_link_tag('/quick.css') %>
<% h.javascript_include_tag('/javascripts/effects.js', builtins=True)  %>
</head>
<body>
<div class="content">
% m.call_next()
<p class="footer">
    Return to the <% h.link_to('FrontPage', h.url_for(action="index", title="FrontPage")) %>
% if h.url_for() != '/page/list':
    | <% h.link_to('Edit '+c.title, h.url_for(title=c.title, action='edit')) %>
    | <% h.link_to('Title List', h.url_for(action='list', title=None)) %>
% # end if
</p>
</div>
</body>
</html>