%inherit file="/base/index.html"/> <%def name="title()">${c.page.title}%def> <%def name="heading()">
% if h.auth.authorized(h.auth.has_delete_role): All Pages | % endif New Page % if h.auth.authorized(h.auth.is_valid_user): | Edit Page % endif % if h.auth.authorized(h.auth.has_delete_role): | Delete Page % endif
## Comment linksComments (${str(c.comment_count)}) | Add Comment
## Section linksNew Section % if h.auth.authorized(h.auth.is_valid_user): | Edit Section % endif % if h.auth.authorized(h.auth.has_delete_role): | Delete Section and Index Page % endif
## Tag links% if h.auth.authorized(h.auth.has_delete_role): All Tags | % endif Add Tag
## Include the parent footer too ${parent.footer()} %def> <%def name="js()"> % if session.has_key('flash'): % endif %def>